Index: third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-offscreen-content.html |
diff --git a/third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-offscreen-content.html b/third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-offscreen-content.html |
index 89d064bf399b14174a8c8b49eefbed7ef660e288..4189c9869fdefa5ed501daed8fc9742d748d35f1 100644 |
--- a/third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-offscreen-content.html |
+++ b/third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-offscreen-content.html |
@@ -36,7 +36,7 @@ |
if (window.testRunner) { |
testRunner.dumpAsText(); |
testRunner.overridePreference("WebKitTabToLinksPreferenceKey", 1); |
- testRunner.overridePreference("WebKitSpatialNavigationEnabled", 1); |
+ window.internals.settings.setSpatialNavigationEnabled(true); |
testRunner.waitUntilDone(); |
} |