summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/web-animations/timing-model/animations/update-playback-rate-zero-ref.html
blob: 399fd5ce7d6710670374d122c7f35cd64bd58b98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<title>Reference for update playback rate zero</title>
<style>
  #box {
    background: green;
    height: 40px;
    width: 40px;
  }
</style>
<body>
  <div id="box"></div>
  <p id="notes">
    This test creates a running animation and halts its playback rate
    part way through. If the box transitions to red the test fails.
  </p>
</body>