haikuwebkit/LayoutTests/svg/css/svg-css-transform-dynamic-r...

12 lines
183 B
HTML

<!DOCTYPE html>
<style>
.green-box {
width: 100px;
height: 100px;
background-color: green;
}
</style>
<body>
<div class="green-box"></div>
</body>