diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/editing/selection/extend-selection-after-double-click.html')
| -rw-r--r-- | third_party/WebKit/LayoutTests/editing/selection/extend-selection-after-double-click.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/WebKit/LayoutTests/editing/selection/extend-selection-after-double-click.html b/third_party/WebKit/LayoutTests/editing/selection/extend-selection-after-double-click.html index fa18fc9..252602c 100644 --- a/third_party/WebKit/LayoutTests/editing/selection/extend-selection-after-double-click.html +++ b/third_party/WebKit/LayoutTests/editing/selection/extend-selection-after-double-click.html @@ -25,10 +25,10 @@ function runTests() { - if (!window.eventSender || !window.layoutTestController || !window.internals) + if (!window.eventSender || !window.testRunner || !window.internals) return; - layoutTestController.dumpAsText(); + testRunner.dumpAsText(); runTest("mac", "a paragraph"); runTest("win", "paragra"); |
