sync-start-times-ref.html (458B)
1 <!DOCTYPE html> 2 <meta charset="UTF-8"> 3 <title>Reference for sync start times</title> 4 <style> 5 #notes { 6 position: absolute; 7 left: 0px; 8 top: 100px; 9 } 10 </style> 11 12 <body> 13 <p id="notes"> 14 This test creates a pair of animations, starts the first animation and then 15 syncs the second animation to align with the first. The test passes if the 16 box associated with the first animation is completely occluded by the 17 second. 18 </p> 19 </body>