summaryrefslogtreecommitdiffstats
path: root/layout/reftests/css-animations/scroll-timeline-in-delay-omta-ref.html
blob: c6caf3029fcf5207744511ce49d0ccd8f923c0e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<style>
  #scroller {
    width: 100px;
    height: 100px;
  }
  #target {
    width: 100px;
    height: 100px;
    background: green;
    rotate: 45deg;
    translate: 50px;
  }
</style>
<body>
  <div id="scroller"></div>
  <div id="target"></div>
</body>
</html>