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

Unified Diff: ManualTests/compositing/fixed-position-out-of-view-scroll-prepaint.html

Issue 476273003: Rename acceleratedCompositingForFixedPosition to preferCompositingToLCDText. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rm-fixedpos: rebase 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: ManualTests/compositing/fixed-position-out-of-view-scroll-prepaint.html
diff --git a/ManualTests/compositing/fixed-position-out-of-view-scroll-prepaint.html b/ManualTests/compositing/fixed-position-out-of-view-scroll-prepaint.html
index 5b05548d06b2c040222d9343eb3ee8994f14ef87..f34c4aa225357bd369b2b88ac47d5ba22cd11c29 100644
--- a/ManualTests/compositing/fixed-position-out-of-view-scroll-prepaint.html
+++ b/ManualTests/compositing/fixed-position-out-of-view-scroll-prepaint.html
@@ -25,7 +25,7 @@
<div class="main">
This test is applicable on platforms that do accelerated compositing, can prepaint out-of-view contents and can scroll the contents into the viewport without repainting them.<p>
The following settings need to be enabled:<p>
- - acceleratedCompositingForFixedPositionEnabled<br>
+ - preferCompositingToLCDTextEnabled<br>
- fixedPositionCreatesStackingContext<p>
To test, scroll the page up and down. The test passes if there is no temporary or permanent red in the page.
</div>

Powered by Google App Engine
This is Rietveld 408576698