haikuwebkit/LayoutTests/fast/reflections/reflection-direction.html

11 lines
463 B
HTML

<html>
<body style="white-space:nowrap">
<div style="display:inline-block">
<img src="resources/kate.png" style="-webkit-box-reflect:right 1px"><br>
<img src="resources/kate.png" style="-webkit-box-reflect:left 1px;margin-left:336px"><br>
</div>
<div style="display:inline-block">
<img src="resources/kate.png" style="-webkit-box-reflect:above 1px;margin-top:297px">
<img src="resources/kate.png" style="-webkit-box-reflect:below 1px;margin-bottom:297px">
</div>