summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/web-animations/timing-model/animations/sync-start-times-ref.html
blob: fc843a132f2f3741ce27ed796d1182488deb336b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<meta charset="UTF-8">
<title>Reference for sync start times</title>
<style>
  #notes {
    position: absolute;
    left: 0px;
    top: 100px;
  }
</style>

<body>
  <p id="notes">
    This test creates a pair of animations, starts the first animation and then
    syncs the second animation to align with the first. The test passes if the
    box associated with the first animation is completely occluded by the
    second.
  </p>
</body>