summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/scroll-animations/css/deferred-timeline-composited-ref.html
blob: 088e93750afb9b502ae4183632b4b3a739b2887f (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<style>
  #target {
    translate: 50px;
    width: 50px;
    height: 50px;
    background-color: green;
  }
</style>
<div id=target></div>