Index: third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-imagemap-simple.html |
diff --git a/third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-imagemap-simple.html b/third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-imagemap-simple.html |
index b9ce67d37f908f39a9a4aa95c7bfae9b979eeebb..c2a251c36f363449b4d98616b9f7fc8864ccafe6 100644 |
--- a/third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-imagemap-simple.html |
+++ b/third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-imagemap-simple.html |
@@ -22,7 +22,7 @@ |
if (window.testRunner) { |
testRunner.dumpAsText(); |
testRunner.overridePreference("WebKitTabToLinksPreferenceKey", 1); |
- testRunner.overridePreference("WebKitSpatialNavigationEnabled", 1); |
+ window.internals.settings.setSpatialNavigationEnabled(true); |
testRunner.waitUntilDone(); |
} |