9 background-color: green;
20 background-color: lightblue;
29 background: lightgray;
30 transform: translateZ(
0);
33 <div class=
"notsquashedelement"></div>
34 <div class=
"fixedpos">
35 <div class=
"compositedlayer"></div>
37 <pre id=
"output"></pre>
39 // Tests that not squashing into an element with a different clip works correctly with fixed-position layers.
40 if (window
.testRunner
)
41 window
.testRunner
.dumpAsText();
44 output
.textContent
= window
.internals
.layerTreeAsText(document
);