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

Unified Diff: third_party/WebKit/LayoutTests/fast/spatial-navigation/snav-overlapping-elements.html

Issue 2042763002: Fix re-usage of stale cached WebPreferences in RenderViewHost. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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-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 f5679a8825e93281a111665c9feba535024a8529..b2100b40ef2c33a189cf73f616d58633ea66c388 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 @@ var resultMap = [
if (window.testRunner) {
testRunner.overridePreference("WebKitTabToLinksPreferenceKey", 1);
- window.internals.settings.setSpatialNavigationEnabled(true);
+ testRunner.overridePreference("WebKitSpatialNavigationEnabled", 1);
}
function runTest()

Powered by Google App Engine
This is Rietveld 408576698