Index: third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-div-in-anchor.html |
diff --git a/third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-div-in-anchor.html b/third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-div-in-anchor.html |
index dbefb714c08382a06e231043e2c5b9eaca09975e..170e1edc478aad04749cdc8fa877992e82e861d6 100644 |
--- a/third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-div-in-anchor.html |
+++ b/third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-div-in-anchor.html |
@@ -12,7 +12,7 @@ |
if (window.testRunner) { |
testRunner.dumpAsText(); |
testRunner.overridePreference("WebKitTabToLinksPreferenceKey", 1); |
- testRunner.overridePreference("WebKitSpatialNavigationEnabled", 1); |
+ window.internals.settings.setSpatialNavigationEnabled(true); |
testRunner.waitUntilDone(); |
} |