diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/forms/text-control-select-blurred.html')
-rw-r--r-- | third_party/WebKit/LayoutTests/fast/forms/text-control-select-blurred.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/forms/text-control-select-blurred.html b/third_party/WebKit/LayoutTests/fast/forms/text-control-select-blurred.html index 6bb5815..ef1b73f 100644 --- a/third_party/WebKit/LayoutTests/fast/forms/text-control-select-blurred.html +++ b/third_party/WebKit/LayoutTests/fast/forms/text-control-select-blurred.html @@ -3,8 +3,8 @@ <input value="This is dummy text. This is dummy text"> <pre id="logger"></pre> <script> -if (window.layoutTestController) - layoutTestController.dumpAsText(); +if (window.testRunner) + testRunner.dumpAsText(); function assert(property, actual, expected) { |