0-timescale.html (462B)
1 <!DOCTYPE html> 2 <html class="reftest-wait"> 3 <head> 4 </head> 5 <body> 6 <!-- This video file has a timescale of 0 in the mdhd atom --> 7 <video src="0-timescale.mp4" 8 autoplay 9 onerror="document.documentElement.className=undefined" 10 onloadedmetadata="this.src=''; document.documentElement.className=undefined"> 11 <!-- Note we reset 'src' to release decoder resources and cubeb streams to prevent OOM or OpenCubeb() failures. --> 12 </video> 13 </body> 14 </html>