summaryrefslogtreecommitdiffstats
path: root/dom/html/reftests/bug1228601-video-rotation-90.html
blob: 94c57d7504b0782516ce9490139d3ec1f97eb9c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!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>