Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(244)

Unified Diff: third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-single-select.html

Issue 2134723002: Reland #1: Fix re-usage of stale cached WebPreferences in RenderViewHost. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanly reset WebPreferences with the initial untampered defaults. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-single-select.html
diff --git a/third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-single-select.html b/third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-single-select.html
index 19eee9f863f36542cad5b17448b10400900211d6..1872f1a2eb2dc1d3574f2dd1530843b1c3ab1f03 100644
--- a/third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-single-select.html
+++ b/third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-single-select.html
@@ -34,7 +34,7 @@
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.overridePreference("WebKitTabToLinksPreferenceKey", 1);
- window.internals.settings.setSpatialNavigationEnabled(true);
+ testRunner.overridePreference("WebKitSpatialNavigationEnabled", 1);
testRunner.waitUntilDone();
}

Powered by Google App Engine
This is Rietveld 408576698