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

Differential Revision: https://phabricator.services.mozilla.com/D249923
This commit is contained in:
Hiroyuki Ikezoe
2025-05-20 20:37:26 +00:00
committed by hikezoe.birchill@mozilla.com
parent 5ed82b7170
commit f66d2d45e3

View File

@@ -208,7 +208,8 @@ async function test() {
if (isApzEnabled()) {
SimpleTest.waitForExplicitFinish();
SimpleTest.expectAssertions(0, 1); // this test triggers an assertion, see bug 1247050
waitUntilApzStable()
SpecialPowers.pushPrefEnv({ set: [ ["layout.scroll.disable-pixel-alignment", true] ]})
.then(waitUntilApzStable)
.then(test)
.then(SimpleTest.finish, SimpleTest.finishWithFailure);
}