| Index: LayoutTests/compositing/overflow/dynamic-composited-scrolling-status.html
|
| ===================================================================
|
| --- LayoutTests/compositing/overflow/dynamic-composited-scrolling-status.html (revision 159992)
|
| +++ LayoutTests/compositing/overflow/dynamic-composited-scrolling-status.html (working copy)
|
| @@ -25,10 +25,11 @@
|
| function doTest()
|
| {
|
| document.getElementById('content').style.height = '1000px';
|
| - document.body.offsetHeight;
|
|
|
| - if (window.internals)
|
| + if (window.internals) {
|
| + window.internals.forceCompositingUpdate(document);
|
| document.getElementById('result').innerText = window.internals.nonFastScrollableRects(document).length ? "FAIL" : "PASS";
|
| + }
|
| }
|
|
|
| window.addEventListener('load', doTest, false);
|
|
|