28 background-color: red;
32 background-color: lime;
36 transform: translatez(
0);
41 <body class=
"unscrollable">
42 <div style=
"height: 4000px">
43 <!-- This iframe should have no additional layers, because the body is unscrollable and there is
44 no need to composite the green fixed-position layer. -->
45 <pre id=
"layertree"></pre>
48 <!-- This should not be composited -->
49 <div class=
"fixed lime box"></div>