summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/frames/iframe-remove-after-id-change.html
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/frames/iframe-remove-after-id-change.html')
-rw-r--r--third_party/WebKit/LayoutTests/fast/frames/iframe-remove-after-id-change.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/frames/iframe-remove-after-id-change.html b/third_party/WebKit/LayoutTests/fast/frames/iframe-remove-after-id-change.html
index 4f4adf7..42d3cdb 100644
--- a/third_party/WebKit/LayoutTests/fast/frames/iframe-remove-after-id-change.html
+++ b/third_party/WebKit/LayoutTests/fast/frames/iframe-remove-after-id-change.html
@@ -10,8 +10,8 @@ function log(s)
document.getElementById("console").appendChild(document.createTextNode(s));
}
-if (window.layoutTestController)
- layoutTestController.dumpAsText();
+if (window.testRunner)
+ testRunner.dumpAsText();
var iframe = document.getElementById("iframe");
iframe.setAttribute("id", "iframe2", 0);