tenfourfox/layout/reftests/transform/skew-2a.html

9 lines
195 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<html>
<head>
</head>
<body>
<div style="width: 100px; height: 100px; background-color: gold; border: 1px solid black; -moz-transform: skew(0deg, 10deg);">
</div>
</body>
</html>