Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / css3 / filters / blur-filter-page-scroll-self.html
index 0fb21c6..d62fcbb 100644 (file)
@@ -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>