4 <title>Layer sizing with reflections
</title>
5 <style type=
"text/css" media=
"screen">
11 border:
1px solid black;
12 transform: translateZ(
0);
20 background-color: #DDD;
22 -webkit-box-reflect: left
10px;
23 transform: rotate(-
40deg);
29 <p>Reflection should not be cropped by being in a composited layer.
</p>
30 <div class=
"container">
31 <p>This element has a composited layer
</p>
32 <div class=
"positioned">
33 <p>This is a positioned, reflected child.
</p>
38 This is the next paragraph in the page.