19 background-color: red;
26 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>
27 The following settings need to be enabled:
<p>
28 - preferCompositingToLCDTextEnabled
<br>
29 - fixedPositionCreatesStackingContext
<p>
30 To test, scroll the page up and down. The test passes if there is no temporary or permanent red in the page.
33 <!-- An out-of-view fixed element that should be never visible -->
34 <div class=
"fixed"></div>