| Index: third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-radio-group.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-radio-group.html b/third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-radio-group.html
|
| index 81fa0421ca9a49fad3732e80eddbf3baa9d133c1..140da26cc5f63201aab5162dd61718e1a67a26f9 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-radio-group.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-radio-group.html
|
| @@ -37,7 +37,7 @@
|
| if (window.testRunner) {
|
| testRunner.dumpAsText();
|
| testRunner.overridePreference("WebKitTabToLinksPreferenceKey", 1);
|
| - testRunner.overridePreference("WebKitSpatialNavigationEnabled", 1);
|
| + window.internals.settings.setSpatialNavigationEnabled(true);
|
| testRunner.waitUntilDone();
|
| }
|
|
|
|
|