12 background-color: lightblue;
17 background-color: lightgreen;
27 <!-- This test checks that transforming the owner of a squashed layer only transforms that layer, and not the squashed layers. -->
29 <!-- This div will be the "owner" of the squashing layer -->
30 <div id=
"target" class=
"box"></div>
31 <!-- These divs will be squashed into a layer containing them and the owner -->
32 <div class=
"squashed" style=
"top: 4px"></div>
33 <div class=
"squashed" style=
"top: 54px"></div>
36 document
.getElementById("target").classList
.add("rotated");