diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/frames/resources/pass-and-notify-done.html')
-rw-r--r-- | third_party/WebKit/LayoutTests/fast/frames/resources/pass-and-notify-done.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/frames/resources/pass-and-notify-done.html b/third_party/WebKit/LayoutTests/fast/frames/resources/pass-and-notify-done.html index 0145132..a4f3853 100644 --- a/third_party/WebKit/LayoutTests/fast/frames/resources/pass-and-notify-done.html +++ b/third_party/WebKit/LayoutTests/fast/frames/resources/pass-and-notify-done.html @@ -1,5 +1,5 @@ PASS <script> -if (window.layoutTestController) - layoutTestController.notifyDone(); +if (window.testRunner) + testRunner.notifyDone(); </script> |