gecko/content/media/test/crashtests/795892-1.html
2012-10-04 15:48:51 +13:00

18 lines
317 B
HTML

<!DOCTYPE html>
<html class="reftest-wait">
<head>
<script>
function boom()
{
var a = document.getElementById("a");
a.play();
a.onplaying = function () { document.documentElement.className = ""; }
}
</script>
</head>
<body>
<video id="a" src="cors.webm" crossorigin onloadedmetadata="boom();">
</body>
</html>