summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-animations/translation-animation-subpixel-offset-ref.html
blob: 5fc04d972b41d089b71d0c0baabc0d8e0d28c1d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<style>
div {
  position: absolute;
  top: 11px;
  left: 1px;
  width: 100px;
  height: 100px;
  background: green;
}
</style>
<div></div>