Bug 576612 - add crashtest

This commit is contained in:
Jesse Ruderman 2010-12-12 12:54:27 -08:00
parent c7a4735302
commit 9c713c0283
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,15 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script>
function boom()
{
var v = document.getElementById("v");
v.src = "data:text/plain,_";
document.documentElement.appendChild(v);
}
</script>
</head>
<body onload="boom();"><video id="v" src="data:video/ogg;codecs=&quot;theora,vorbis&quot;,1"></video></body>
</html>

View File

@ -7,3 +7,4 @@ HTTP load 481136-1.html # needs to be HTTP to recognize the ogg as an audio file
load 493915-1.html
load 495794-1.html
load 492286-1.xhtml
load 576612-1.html