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