infinite-duration-animation-ref.html (401B)
1 <!DOCTYPE html> 2 <title>Reference for infinite duration animation</title> 3 <style> 4 #notes { 5 position: absolute; 6 left: 0px; 7 top: 100px; 8 } 9 body { 10 background: white; 11 } 12 </style> 13 <body> 14 <p id="notes"> 15 This test creates an infinite duration animations, which should be stuck at 16 a progress of 0. If any blue pixels appear in the screenshot, the test 17 fails. 18 </p> 19 </body>