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

Unified Diff: LayoutTests/css3/filters/filter-repaint.html

Issue 457893003: Remove unknown preferences errors in layout tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Re-add testRunner.waitUntilDone() calls that were wrongly removed. 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 | « LayoutTests/css3/filters/effect-sepia.html ('k') | LayoutTests/css3/filters/filter-repaint-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css3/filters/filter-repaint.html
diff --git a/LayoutTests/css3/filters/filter-repaint.html b/LayoutTests/css3/filters/filter-repaint.html
index 8979b9421ed34d345151621810844ff6c3e44331..93bbbf9ca32a6760e61c20c09a188e695d2378d0 100644
--- a/LayoutTests/css3/filters/filter-repaint.html
+++ b/LayoutTests/css3/filters/filter-repaint.html
@@ -27,8 +27,6 @@
<script>
if (window.testRunner) {
testRunner.dumpAsTextWithPixelResults();
- // Force software rendering mode.
- testRunner.overridePreference("WebKitAcceleratedCompositingEnabled", "0");
testRunner.waitUntilDone();
}
« no previous file with comments | « LayoutTests/css3/filters/effect-sepia.html ('k') | LayoutTests/css3/filters/filter-repaint-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698