summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/web-animations/timing-model/animations/document-timeline-animation-ref.html
blob: d1ee52a55302caa898b78a6af1bb392df1472616 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<title>Reference for document timeline animation</title>
<style>
  #notes {
    position: absolute;
    left: 0px;
    top: 100px;
  }
  body {
    background: white;
  }
</style>
<body>
  <div id="box"></div>
  <p id="notes">
    This test creates a document timeline animation. If any blue pixels appear
    in the screenshot, the test fails.
  </p>
</body>