Index: third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-not-rightof.html |
diff --git a/third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-not-rightof.html b/third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-not-rightof.html |
index 97b79385cc9840db0b7e613e7cc085fc1e06b89c..8d9cf9ff7a56837366780090090288601ef019ae 100644 |
--- a/third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-not-rightof.html |
+++ b/third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-not-rightof.html |
@@ -51,7 +51,7 @@ |
if (window.testRunner) { |
testRunner.overridePreference("WebKitTabToLinksPreferenceKey", 1); |
- testRunner.overridePreference("WebKitSpatialNavigationEnabled", 1); |
+ window.internals.settings.setSpatialNavigationEnabled(true); |
} |
function runTest() |