summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/frames/seamless/seamless-form-post-named.html
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/frames/seamless/seamless-form-post-named.html')
-rw-r--r--third_party/WebKit/LayoutTests/fast/frames/seamless/seamless-form-post-named.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/frames/seamless/seamless-form-post-named.html b/third_party/WebKit/LayoutTests/fast/frames/seamless/seamless-form-post-named.html
index 0b3a546..e62e5db 100644
--- a/third_party/WebKit/LayoutTests/fast/frames/seamless/seamless-form-post-named.html
+++ b/third_party/WebKit/LayoutTests/fast/frames/seamless/seamless-form-post-named.html
@@ -1,14 +1,14 @@
<!DOCTYPE html>
<script src="../../js/resources/js-test-pre.js"></script>
<script>
-if (window.layoutTestController)
- layoutTestController.waitUntilDone();
+if (window.testRunner)
+ testRunner.waitUntilDone();
window.addEventListener('message', function(evt) {
shouldBeEqualToString("frames[0].document.body.textContent", "DONE\n");
- if (window.layoutTestController)
- layoutTestController.notifyDone();
+ if (window.testRunner)
+ testRunner.notifyDone();
}, false);
</script>
<iframe srcdoc="