| Index: LayoutTests/compositing/iframes/iframe-composited-scrolling.html
|
| diff --git a/LayoutTests/compositing/iframes/iframe-composited-scrolling.html b/LayoutTests/compositing/iframes/iframe-composited-scrolling.html
|
| index a5c7d8019377af433e5ca5a1f49d78f00e62a7b0..fc7d16c38f7edca7a27dd6b667bddaee44641f9e 100644
|
| --- a/LayoutTests/compositing/iframes/iframe-composited-scrolling.html
|
| +++ b/LayoutTests/compositing/iframes/iframe-composited-scrolling.html
|
| @@ -16,7 +16,7 @@
|
| function doTest()
|
| {
|
| if (window.testRunner) {
|
| - testRunner.dumpAsText(false);
|
| + testRunner.dumpAsText();
|
| if (window.internals)
|
| document.getElementById("result").innerText = window.internals.nonFastScrollableRects(document).length ? "FAIL" : "PASS";
|
| }
|
|
|