bug1228601-video-rotated-ref.html (271B)
1 <!DOCTYPE html> 2 <html class="reftest-wait"> 3 <head> 4 <script> 5 function done() { 6 document.documentElement.removeAttribute("class"); 7 } 8 </script> 9 </head> 10 <body onload="setTimeout(done, 3);"> 11 <video src="video_rotated.mp4" onended="done()" autoplay="true"> 12 </body> 13 </html>