haikuwebkit/LayoutTests/css3/calc/box-reflect-expected.html

10 lines
172 B
HTML

<!DOCTYPE html>
<style>
#reflection {
width: 100px;
height: 100px;
-webkit-box-reflect: below 15px;
}
</style>
<img id="reflection" src="resources/ring.png"/>