Files
sousa-gecko/layout/reftests/transform/scale-1b.html
T
2023-10-02 12:36:17 +00:00

18 lines
232 B
HTML

<html>
<head>
<style>
body { margin: 0px; }
#test {
background: green;
width: 100px;
height: 100px;
transform: scale(0.5);
}
</style>
</head>
<body>
<div id="test">
</div>
</body>
</html>