Bug 429458 - crashtest.

This commit is contained in:
Jesse Ruderman 2014-11-23 15:09:50 +00:00
parent 1101f84381
commit dab89ac890
2 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,27 @@
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:html="http://www.w3.org/1999/xhtml">
<head>
<bindings xmlns="http://www.mozilla.org/xbl">
<binding id="foo">
<content><html:span><children xmlns="http://www.mozilla.org/xbl"/></html:span></content>
</binding>
</bindings>
<script type="text/javascript">
function boom()
{
var s = document.getAnonymousNodes(document.body)[0];
s.appendChild(document.createTextNode("apples and oranges"));
document.body.offsetHeight;
document.body.appendChild(document.createTextNode("\n\n"));
}
</script>
</head>
<body onload="boom();" style="-moz-binding: url('#foo'); width: 1px; word-spacing: 1px;"></body>
</html>

View File

@ -261,6 +261,7 @@ load 425253-1.html
load 426040-1.html
load 426272-1.html
load 428263-1.html
load 429458.xhtml
load 429969-1.html
load 429981-1.html
load 430332-1.html