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

Unified Diff: LayoutTests/css3/filters/blur-filter-page-scroll-parents.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
Index: LayoutTests/css3/filters/blur-filter-page-scroll-parents.html
diff --git a/LayoutTests/css3/filters/blur-filter-page-scroll-parents.html b/LayoutTests/css3/filters/blur-filter-page-scroll-parents.html
index 1c41643ef63efa769bb2079e33a17317a896a49a..2c65ec0153a6150cafcf7b54aac0bac55660c94a 100644
--- a/LayoutTests/css3/filters/blur-filter-page-scroll-parents.html
+++ b/LayoutTests/css3/filters/blur-filter-page-scroll-parents.html
@@ -7,11 +7,8 @@
<html>
<head>
<script>
- if (window.testRunner) {
- // Force software rendering mode.
- window.testRunner.overridePreference("WebKitAcceleratedCompositingEnabled", "0");
- window.testRunner.waitUntilDone();
- }
+ if (window.testRunner)
+ testRunner.waitUntilDone();
</script>
<!-- Make sure the mock scrollbars are enabled after the call to overridePreference, otherwise the setting will be overwritten. -->
<script src="../../compositing/resources/mock_scrollbars.js"></script>

Powered by Google App Engine
This is Rietveld 408576698