diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/frames/iframe-set-same-location.html')
-rw-r--r-- | third_party/WebKit/LayoutTests/fast/frames/iframe-set-same-location.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/frames/iframe-set-same-location.html b/third_party/WebKit/LayoutTests/fast/frames/iframe-set-same-location.html index 0cce63f..c9863b4 100644 --- a/third_party/WebKit/LayoutTests/fast/frames/iframe-set-same-location.html +++ b/third_party/WebKit/LayoutTests/fast/frames/iframe-set-same-location.html @@ -10,7 +10,7 @@ document.getElementById("anIFrame").contentWindow.location.href = "resources/purple.html"; } else { document.getElementById("console").firstChild.nodeValue = "SUCCESS"; - layoutTestController.notifyDone(); + testRunner.notifyDone(); } } @@ -18,9 +18,9 @@ </head> <body> <script> - if (window.layoutTestController) { - layoutTestController.dumpAsText(); - layoutTestController.waitUntilDone(); + if (window.testRunner) { + testRunner.dumpAsText(); + testRunner.waitUntilDone(); } </script> |