Index: LayoutTests/compositing/fixed-background-negative-z-index-fixed.html |
diff --git a/LayoutTests/compositing/fixed-background-negative-z-index-fixed.html b/LayoutTests/compositing/fixed-background-negative-z-index-fixed.html |
index 1d3da7243aee59700287b0eafb06f014831730b1..92658efcd4c76b83e8a00e37e98efd909bb6818e 100644 |
--- a/LayoutTests/compositing/fixed-background-negative-z-index-fixed.html |
+++ b/LayoutTests/compositing/fixed-background-negative-z-index-fixed.html |
@@ -23,7 +23,7 @@ |
<script> |
if (window.testRunner) { |
testRunner.waitUntilDone(); |
- window.internals.settings.setAcceleratedCompositingForFixedRootBackgroundEnabled(true); |
+ window.internals.settings.setPreferCompositingToLCDTextEnabled(true); |
} |
function doTest() |