Index: third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-overlapping-elements.html |
diff --git a/third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-overlapping-elements.html b/third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-overlapping-elements.html |
index b2100b40ef2c33a189cf73f616d58633ea66c388..f5679a8825e93281a111665c9feba535024a8529 100644 |
--- a/third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-overlapping-elements.html |
+++ b/third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-overlapping-elements.html |
@@ -72,7 +72,7 @@ |
if (window.testRunner) { |
testRunner.overridePreference("WebKitTabToLinksPreferenceKey", 1); |
- testRunner.overridePreference("WebKitSpatialNavigationEnabled", 1); |
+ window.internals.settings.setSpatialNavigationEnabled(true); |
} |
function runTest() |