Index: third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-table-traversal.html |
diff --git a/third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-table-traversal.html b/third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-table-traversal.html |
index 6a245315ba14c79e93a26e48b4e7ffb1415bc151..9487578bda98eeceb56a9edc748a10b04bfe1291 100644 |
--- a/third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-table-traversal.html |
+++ b/third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-table-traversal.html |
@@ -35,7 +35,7 @@ |
if (window.testRunner) { |
testRunner.dumpAsText(); |
testRunner.overridePreference("WebKitTabToLinksPreferenceKey", 1); |
- testRunner.overridePreference("WebKitSpatialNavigationEnabled", 1); |
+ window.internals.settings.setSpatialNavigationEnabled(true); |
testRunner.waitUntilDone(); |
} |