Add crashtests for bug 466585 and bug 451311

This commit is contained in:
Jesse Ruderman 2009-01-24 23:24:53 -08:00
parent f0cdd2c084
commit 6aa5e7bd59
4 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1 @@
<overlay xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"><iframe/></overlay>

View File

@ -10,4 +10,5 @@ load 384740-1.xul
load 386947-1.xul
load 425821-1.xul
load 429085-1.xhtml
load 451311-1.xul
load 461917-1.xhtml

View File

@ -0,0 +1,17 @@
<svg xmlns="http://www.w3.org/2000/svg">
<script type="text/javascript">
window.addEventListener("load", boom, false);
function boom()
{
document.getElementById("rect").setAttribute("filter", "url(#filter)");
document.getElementById("defs").setAttribute("fill", "red");
}
</script>
<defs id="defs"><filter id="filter"/><rect id="rect"/></defs>
</svg>

After

Width:  |  Height:  |  Size: 361 B

View File

@ -58,5 +58,6 @@ load 453754-1.svg
load 455314-1.xhtml
load 458453.html
load 464374-1.svg
load 466585-1.svg
load 470124-1.svg
load extref-test-1.xhtml