summaryrefslogtreecommitdiffstats
path: root/dom/media/test/crashtests/0-timescale.html
blob: db845096dd3f80e0494d897abf6f7b25c7ab8496 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!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"
       autoplay
       onerror="document.documentElement.className=undefined"
       onloadedmetadata="this.src=''; document.documentElement.className=undefined">
<!-- Note we reset 'src' to release decoder resources and cubeb streams to prevent OOM or OpenCubeb() failures. -->
</video>
</body>
</html>