document-timeline-animation-ref.html (375B)
1 <!DOCTYPE html> 2 <title>Reference for document timeline 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 <div id="box"></div> 15 <p id="notes"> 16 This test creates a document timeline animation. If any blue pixels appear 17 in the screenshot, the test fails. 18 </p> 19 </body>