Index: LayoutTests/compositing/fixed-background-after-style-recalc.html |
diff --git a/LayoutTests/compositing/fixed-background-after-style-recalc.html b/LayoutTests/compositing/fixed-background-after-style-recalc.html |
index 1b5577c2cf9eedf4f34819a66edebc41e886319e..2fcaa1e67e85ed45dceb02a9c454cd10f7cf399c 100644 |
--- a/LayoutTests/compositing/fixed-background-after-style-recalc.html |
+++ b/LayoutTests/compositing/fixed-background-after-style-recalc.html |
@@ -15,7 +15,7 @@ |
testRunner.dumpAsTextWithPixelResults(); |
if (window.internals) { |
- window.internals.settings.setAcceleratedCompositingForFixedRootBackgroundEnabled(true); |
+ window.internals.settings.setPreferCompositingToLCDTextEnabled(true); |
} |
window.onload = function() { |