| Index: third_party/WebKit/LayoutTests/fast/dom/HTMLImageElement/image-srcset-w-onerror.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLImageElement/image-srcset-w-onerror.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLImageElement/image-srcset-w-onerror.html
|
| index c421a12e869e927f7399e4138a61e3510e811ac4..e1457d13d2626f42bab3e0cbf78e79f65a653c38 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/HTMLImageElement/image-srcset-w-onerror.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLImageElement/image-srcset-w-onerror.html
|
| @@ -1,12 +1,12 @@
|
| <!DOCTYPE html>
|
| <script>
|
| - if (testRunner) {
|
| + if (window.testRunner) {
|
| testRunner.dumpAsText();
|
| testRunner.waitUntilDone();
|
| }
|
| window.onload = function() {
|
| setTimeout(function() {
|
| - if (testRunner)
|
| + if (window.testRunner)
|
| testRunner.notifyDone();
|
| }, 500);
|
| };
|
|
|