| Index: third_party/WebKit/LayoutTests/harness-tests/timeout.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/loader/resources/done.html b/third_party/WebKit/LayoutTests/harness-tests/timeout.html
|
| similarity index 58%
|
| copy from third_party/WebKit/LayoutTests/fast/loader/resources/done.html
|
| copy to third_party/WebKit/LayoutTests/harness-tests/timeout.html
|
| index cbd62e311e93b38a92143cfe467145abfdca140b..9e68acbc2895ed5ec3c7df45a49cdec1504eed23 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/loader/resources/done.html
|
| +++ b/third_party/WebKit/LayoutTests/harness-tests/timeout.html
|
| @@ -1,4 +1,4 @@
|
| <script>
|
| if (window.testRunner)
|
| - testRunner.notifyDone();
|
| + testRunner.waitUntilDone();
|
| </script>
|
|
|