Mypal/dom/html/reftests/bug1228601-video-rotation-9...

14 lines
275 B
HTML

<!DOCTYPE html>
<html class="reftest-wait">
<head>
<script>
function done() {
document.documentElement.removeAttribute("class");
}
</script>
</head>
<body onload="setTimeout(done, 3);">
<video src="video_rotation_90.mp4" onended="done()" autoplay="true">
</body>
</html>