Commit d18a4955 authored by Hiroyuki Ikezoe's avatar Hiroyuki Ikezoe Committed by hikezoe.birchill@mozilla.com
Browse files

Bug 1967169 - Explicitly set layout.scroll.disable-pixel-alignment to...

Bug 1967169 - Explicitly set layout.scroll.disable-pixel-alignment to test_scroll_position_restore_no_bfcache.html. r=dlrobertson

Differential Revision: https://phabricator.services.mozilla.com/D249926
parent 77384f79
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -33,5 +33,9 @@ function handlePageShow(persisted) {
  }
}

SpecialPowers.pushPrefEnv({
  set: [ ["layout.scroll.disable-pixel-alignment", true] ]
}).then(() => {
  childWin = window.open('file_scroll_position_restore_no_bfcache.html', '_blank');
});
</script>