6 -webkit-clip-path: url('#clipping');
13 background-color: blue;
19 background-color: yellow;
25 background-color: green;
36 window
.internals
.settings
.setPreferCompositingToLCDTextEnabled(true);
41 This tests that reference clip-path is applied with composited scrolling. If the content and
42 scrollbars are properly clipped, this test passes.
44 <svg width=
"0",
height=
"0">
46 <clipPath id=
"clipping">
47 <polygon points=
"61 237,9 313,115 386,621 356,280 339,505 187,414 61,164 143,84 42,2 189"></polygon>
52 <div class=
"clip-path outer" id=
"outer">
53 <div class=
"spacer"></div>
55 <div class=
"spacer bottom"></div>
57 <div class=
"spacer"></div>