haikuwebkit/LayoutTests/webanimations/accelerated-animation-rende...

16 lines
187 B
HTML

<style>
div {
background-color: rebeccapurple;
width: 100px;
height: 100px;
}
#test{
position: absolute;
top: 200px;
left: 200px;
}
</style>
<div id=test></div>