Crashtest for bug 458453.

This commit is contained in:
Jesse Ruderman 2008-12-14 00:48:51 +01:00
parent 13238265ed
commit 41c9e25f93
2 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,24 @@
<html class="reftest-wait">
<head>
<script type="text/javascript">
var i = 0;
function bouncy()
{
var body = document.body;
document.documentElement.removeChild(body);
document.documentElement.appendChild(body);
if (++i < 30)
setTimeout(bouncy, 1);
else
document.documentElement.removeAttribute("class");
}
</script>
</head>
<body onload="bouncy();"><span id="a"></span><span style="filter: url(#a);"><span style="filter: url(#a);">B</span></span></body>
</html>

View File

@ -54,4 +54,5 @@ load 409573-1.svg
load 429774-1.svg
load 441368-1.svg
load 455314-1.xhtml
load 458453.html
load extref-test-1.xhtml