Bug 767535 - "ASSERTION: How did we getting here, then?"

This commit is contained in:
Jonathan Watt 2012-12-21 19:13:48 +00:00
parent 784eb78272
commit 005f8ca51f
2 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,22 @@
<html xmlns="http://www.w3.org/1999/xhtml" style="-moz-columns: 2 auto;" class="reftest-wait">
<head>
<script>
function test() {
var r = document.documentElement;
document.removeChild(r);
document.appendChild(r);
document.documentElement.removeAttribute("class");
}
</script>
</head>
<body style="filter:url(#f);" onload="setTimeout(test, 0);">
<div>
</div>
<svg xmlns="http://www.w3.org/2000/svg">
<filter id="f"/>
</svg>
</body>
</html>

View File

@ -136,6 +136,7 @@ load 767056-1.svg
load 768351.svg
load 780963-1.html
load 757751-1.svg
load 767535-1.xhtml
load 768087-1.html
load 778492-1.svg
load 779971-1.svg