haikuwebkit/LayoutTests/webanimations/relative-ordering-of-transl...

17 lines
239 B
HTML

<style>
div {
position: absolute;
top: 0;
left: 0;
height: 100px;
width: 100px;
background-color: black;
translate: 100px 100px;
scale: 0.5;
}
</style>
<div></div>