4 background-image: url('resources/simple_image.png');
5 background-size:
200px
200px;
10 background-attachment: fixed;
14 if (window
.testRunner
)
15 testRunner
.dumpAsTextWithPixelResults();
17 if (window
.internals
) {
18 window
.internals
.settings
.setPreferCompositingToLCDTextEnabled(true);
21 window
.onload = function() {
22 window
.scrollTo(0, 300);
23 // crbug.com/343132 LayerCompositor::rootFixedBackgroundsChanged should not query stale compositing state
24 document
.querySelector('body').classList
.add('fixed');