forked from mirrors/gecko-dev
We were bailing out because scroll anchoring adjustments can make this check fail: * https://searchfox.org/mozilla-central/rev/22b330ecb3edba1536a54887060cbdd09db21c59/layout/base/PresShell.cpp#3194 Differential Revision: https://phabricator.services.mozilla.com/D38397 --HG-- extra : moz-landing-system : lando
8 lines
330 B
HTML
8 lines
330 B
HTML
<!doctype html>
|
|
<title>Test for scroll anchoring adjustments during onload</title>
|
|
<script src="/tests/SimpleTest/SimpleTest.js"></script>
|
|
<script>
|
|
SimpleTest.waitForExplicitFinish();
|
|
</script>
|
|
<link rel="stylesheet" href="/tests/SimpleTest/test.css"/>
|
|
<iframe width="300" height="300" src="file_bug1566783.html#slow"></iframe>
|