summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/validation-message-on-checkbox.html
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/forms/validation-message-on-checkbox.html')
-rw-r--r--third_party/WebKit/LayoutTests/fast/forms/validation-message-on-checkbox.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/forms/validation-message-on-checkbox.html b/third_party/WebKit/LayoutTests/fast/forms/validation-message-on-checkbox.html
index 5ea31ab..81d2fe2 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/validation-message-on-checkbox.html
+++ b/third_party/WebKit/LayoutTests/fast/forms/validation-message-on-checkbox.html
@@ -31,10 +31,10 @@ var host = $('host');
var hostRect;
var bubbleRect;
$('submit').click();
-if (window.layoutTestController) {
+if (window.testRunner) {
setTimeout(check, 0);
} else {
- debug('The test requires layoutTestController.');
+ debug('The test requires testRunner.');
}
var jsTestIsAsync = true;