13 background-color: blue;
19 background-color: yellow;
25 background-color: green;
36 window
.internals
.settings
.setPreferCompositingToLCDTextEnabled(true);
41 This tests that border-radius is applied with composited scrolling. If the top-left corner is rounded
42 and nothing paints outside of the rounded-corner clip, this test passes.
44 <div class=
"border-radius outer" id=
"outer">
45 <div class=
"spacer"></div>
46 <div class=
"border-radius inner">
47 <div class=
"spacer bottom"></div>
49 <div class=
"spacer"></div>