Add crashtest

This commit is contained in:
jruderman@hmc.edu 2008-03-26 16:54:47 -07:00
parent 2a55bac05b
commit 5bf381d7cf
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,21 @@
<svg xmlns="http://www.w3.org/2000/svg" height="5" onload="setTimeout(boom, 30);" class="reftest-wait">
<bindings xmlns="http://www.mozilla.org/xbl"><binding id="foo"><content></content></binding></bindings>
<script>
function boom()
{
document.getElementById("rr").style.MozBinding = "url('#foo')";
document.documentElement.setAttribute('height', "5px");
setTimeout(done, 30);
}
function done()
{
document.documentElement.removeAttribute("class");
}
</script>
<rect id="rr" x="50%" width="25%" height="10em" fill="red"/>
</svg>

After

Width:  |  Height:  |  Size: 546 B

View File

@ -45,6 +45,7 @@ load 385246-2.svg
load 385840-1.svg # asserts (bug 385845)
load 385852-1.svg
load 386475-1.xhtml # asserts (bug 385554)
load 386566-1.svg
load 387290-1.svg
load 402408-1.svg
load 404677-1.xhtml