haikuwebkit/LayoutTests/fast/reflections/abs-position-in-reflection....

8 lines
349 B
HTML

<p>
The teal boxes in the reflection should be placed correctly.
</p>
<div style="-webkit-box-reflect: below; height: 100px; width: 100px; background-color: blue;">
<div style="position: absolute; height: 50px; width: 50px; background-color: teal;"></div>
<div style="height: 50px; width: 100px; background-color: silver;"></div>
</div>