mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1020679 - Crash test for timescale /0. r=cpearce
This commit is contained in:
parent
87864c8be2
commit
3020a54ab1
12
content/media/test/crashtests/0-timescale.html
Normal file
12
content/media/test/crashtests/0-timescale.html
Normal 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>
|
BIN
content/media/test/crashtests/0-timescale.mp4
Normal file
BIN
content/media/test/crashtests/0-timescale.mp4
Normal file
Binary file not shown.
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user