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

Unified Diff: LayoutTests/css3/filters/blur-filter-page-scroll.html

Issue 457893003: Remove unknown preferences errors in layout tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed to report all errors Created 6 years, 4 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
« no previous file with comments | « no previous file | LayoutTests/css3/filters/blur-filter-page-scroll-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css3/filters/blur-filter-page-scroll.html
diff --git a/LayoutTests/css3/filters/blur-filter-page-scroll.html b/LayoutTests/css3/filters/blur-filter-page-scroll.html
index c9e29a17e61e036a22f10337ae264b45bdc40867..68ff0d84127fa5dceae875262f2e1297161ac242 100644
--- a/LayoutTests/css3/filters/blur-filter-page-scroll.html
+++ b/LayoutTests/css3/filters/blur-filter-page-scroll.html
@@ -9,7 +9,7 @@
<script>
if (window.testRunner) {
// Force software rendering mode.
- window.testRunner.overridePreference("WebKitAcceleratedCompositingEnabled", "0");
+ window.testRunner.overridePreference("acceleratedCompositingEnabled", "0");
Julien - ping for review 2014/08/11 21:28:34 It turns out that this setting is not recognized b
window.testRunner.waitUntilDone();
}
</script>
« no previous file with comments | « no previous file | LayoutTests/css3/filters/blur-filter-page-scroll-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698