Bug 1020679 - Crash test for timescale /0. r=cpearce

This commit is contained in:
Anthony Jones 2014-06-17 13:52:01 +12:00
parent 87864c8be2
commit 3020a54ab1
3 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,12 @@
<!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>

Binary file not shown.

View File

@ -1,3 +1,4 @@
skip-if(B2G) load 0-timescale.html
skip-if(B2G) load 459439-1.html # bug 888557
load 466607-1.html
load 466945-1.html