| Index: third_party/WebKit/LayoutTests/compositing/squashing/dont-squash-into-iframes.html
|
| diff --git a/third_party/WebKit/LayoutTests/compositing/squashing/dont-squash-into-iframes.html b/third_party/WebKit/LayoutTests/compositing/squashing/dont-squash-into-iframes.html
|
| index ab8af26125eb9b03bfc84dbc6c1ba078bcf10286..d658a2057c03000de88e500b24ba838e16d50d35 100644
|
| --- a/third_party/WebKit/LayoutTests/compositing/squashing/dont-squash-into-iframes.html
|
| +++ b/third_party/WebKit/LayoutTests/compositing/squashing/dont-squash-into-iframes.html
|
| @@ -4,7 +4,7 @@
|
| <script src="../../resources/run-after-layout-and-paint.js"></script>
|
| <script>
|
| // Tests that squashing into iframes is not allowed.
|
| -if (testRunner) {
|
| +if (window.testRunner) {
|
| testRunner.dumpAsText();
|
| testRunner.waitUntilDone();
|
| runAfterLayoutAndPaint(function() {
|
|
|