mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Add crashtest for bug 481921
This commit is contained in:
parent
44e6f240ea
commit
82ea8773c3
12
layout/generic/crashtests/481921-iframe.html
Normal file
12
layout/generic/crashtests/481921-iframe.html
Normal file
@ -0,0 +1,12 @@
|
||||
<html>
|
||||
<body onload="dotest(); setTimeout('location.reload()', 200)">
|
||||
<script language="javascript">
|
||||
var count=0;
|
||||
var fileloc = "481921.ogg";
|
||||
function dotest(){
|
||||
oggenv.innerHTML = "video test for " + fileloc + "<br><video src=\"" + fileloc + "\" autoplay=\"true\" height=100></video>";
|
||||
}
|
||||
</script>
|
||||
<span id="oggenv"></span><br>
|
||||
</body>
|
||||
</html>
|
20
layout/generic/crashtests/481921.html
Normal file
20
layout/generic/crashtests/481921.html
Normal file
@ -0,0 +1,20 @@
|
||||
<html class="reftest-wait">
|
||||
<head>
|
||||
<script type="text/javascript">
|
||||
|
||||
function done()
|
||||
{
|
||||
document.documentElement.removeAttribute("class");
|
||||
document.body.innerHTML=''
|
||||
}
|
||||
|
||||
setTimeout(done,800)
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<iframe id="iframe" src="481921-iframe.html"></iframe>
|
||||
|
||||
</body>
|
||||
</html>
|
BIN
layout/generic/crashtests/481921.ogg
Normal file
BIN
layout/generic/crashtests/481921.ogg
Normal file
Binary file not shown.
@ -268,6 +268,7 @@ load 478170-1.html
|
||||
load 478185-1.html
|
||||
asserts(1) load 479938-1.html
|
||||
load 480345-1.html
|
||||
load 481921.html
|
||||
load 489462-1.html
|
||||
load 493111-1.html
|
||||
load 493118-1.html
|
||||
|
Loading…
Reference in New Issue
Block a user