haikuwebkit/LayoutTests/fast/repaint/layer-child-outline-expecte...

11 lines
422 B
HTML

<body>
<p>
This tests repainting of a layer's children's outlines.
</p>
<hr>
<div style="position: absolute; top: 47px; left: 3px; width: 100px; height: 100px; border: dotted red thick;">
<div style="width: 100px; height: 100px; background: silver;"></div>
</div>
<div style="position: relative; top: -2px; left: -2px; width: 100px; height: 100px; border: dashed 2px;"></div>
</body>