| Index: third_party/WebKit/LayoutTests/fast/dom/HTMLImageElement/image-src-onerror.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLImageElement/image-src-onerror.html b/third_party/WebKit/LayoutTests/fast/dom/HTMLImageElement/image-src-onerror.html
|
| index 1648c6f4ae283b2698fedf707047467416633ab5..c980f65c14a46280da4024d7af960ce70641f284 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/HTMLImageElement/image-src-onerror.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLImageElement/image-src-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);
|
| };
|
|
|