servo/tests/wpt/web-platform-tests/css/css-animations/translation-animation-subpixel-offset-ref.html

12 lines
155 B
HTML

<!DOCTYPE html>
<style>
div {
position: absolute;
top: 11px;
left: 1px;
width: 100px;
height: 100px;
background: green;
}
</style>
<div></div>