4 background-image: linear-gradient(red, blue);
5 background-attachment: fixed;
10 if (window
.testRunner
)
11 window
.internals
.settings
.setPreferCompositingToLCDTextEnabled(false);
13 window
.onload = function() {
14 window
.scrollTo(0, 1000);
17 <div style=
"height: 5000px">
18 Tests that scrolling a frame with background-attachment: fixed invalidates the entire viewport.