describe("Scrolling with pan gesture", function () {
        before(function () {
            globals.scrollbar = new FadedScrollbar(contentSelector);
            refreshGlobals();
        });