summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/interactive-validation-required-checkbox.html
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/forms/interactive-validation-required-checkbox.html')
-rw-r--r--third_party/WebKit/LayoutTests/fast/forms/interactive-validation-required-checkbox.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/forms/interactive-validation-required-checkbox.html b/third_party/WebKit/LayoutTests/fast/forms/interactive-validation-required-checkbox.html
index 1f84daa..d3f730c 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/interactive-validation-required-checkbox.html
+++ b/third_party/WebKit/LayoutTests/fast/forms/interactive-validation-required-checkbox.html
@@ -20,8 +20,8 @@ function startOrVerify() {
testPassed('The form should be submitted.');
shouldBeTrue('location.search.indexOf("terms=on") != -1');
debug('TEST COMPLETE');
- if (window.layoutTestController)
- layoutTestController.notifyDone();
+ if (window.testRunner)
+ testRunner.notifyDone();
} else {
document.getElementById('i0').checked = true;
// HTMLFormElement::submit() skips validation. Use the submit button.
@@ -30,8 +30,8 @@ function startOrVerify() {
}
}
-if (window.layoutTestController)
- layoutTestController.waitUntilDone();
+if (window.testRunner)
+ testRunner.waitUntilDone();
window.onload = startOrVerify;
</script>
</body>