mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
77b4de2b31
MozReview-Commit-ID: GIMugecn0f0 --HG-- extra : transplant_source : P%0F%E4S5%A54k%A7%93N%C2Z%BC%F0O%B4%DB%EE%9F
14 lines
275 B
HTML
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>
|