gecko/content/media/test/crashtests/0-timescale.html

13 lines
317 B
HTML

<!DOCTYPE html>
<html class="reftest-wait">
<head>
</head>
<body>
<!-- This video file has a timescale of 0 in the mdhd atom -->
<video src="0-timescale.mp4"
onerror="document.documentElement.className=undefined"
onloadedmetadata="document.documentElement.className=undefined">
</video>
</body>
</html>