tenfourfox/layout/reftests/transform/scalex-1.html

18 lines
226 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<html>
<head>
<style>
body { margin: 0px; }
div {
background: green;
width: 100px;
height: 100px;
-moz-transform: scalex(0.5);
}
</style>
</head>
<body>
<div>
</div>
</body>
</html>