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