Add crashtest for bug 481921

This commit is contained in:
Mats Palmgren 2010-05-29 20:16:41 -07:00
parent 44e6f240ea
commit 82ea8773c3
4 changed files with 33 additions and 0 deletions

View 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>

View 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>

Binary file not shown.

View File

@ -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