gecko-dev/dom/html/reftests/bug1228601-video-rotation-90.html
Kilik Kuo 77b4de2b31 Bug 1228601 - [Part3] Add reftest to check rotation by <video> and capture the result after playback ended; r=mattwoodrow
MozReview-Commit-ID: GIMugecn0f0

--HG--
extra : transplant_source : P%0F%E4S5%A54k%A7%93N%C2Z%BC%F0O%B4%DB%EE%9F
2016-05-30 11:00:23 +08:00

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>