diff options
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-imagemap-area-without-image.html')
-rw-r--r-- | third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-imagemap-area-without-image.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-imagemap-area-without-image.html b/third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-imagemap-area-without-image.html index 423ef34..26db468 100644 --- a/third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-imagemap-area-without-image.html +++ b/third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-imagemap-area-without-image.html @@ -11,11 +11,11 @@ ["DONE", "DONE"] ]; - if (window.layoutTestController) { - layoutTestController.dumpAsText(); - layoutTestController.setSpatialNavigationEnabled(true); - layoutTestController.overridePreference("WebKitTabToLinksPreferenceKey", 1); - layoutTestController.waitUntilDone(); + if (window.testRunner) { + testRunner.dumpAsText(); + testRunner.setSpatialNavigationEnabled(true); + testRunner.overridePreference("WebKitTabToLinksPreferenceKey", 1); + testRunner.waitUntilDone(); } function runTest() @@ -28,8 +28,8 @@ function testCompleted() { - if (window.layoutTestController) - layoutTestController.notifyDone(); + if (window.testRunner) + testRunner.notifyDone(); } window.onload = runTest; |