Bug 507628 and bug 507991. Add crashtests.

This commit is contained in:
Timothy Nikkel 2010-05-11 19:30:42 -05:00
parent c8a479d28b
commit 9d32171213
3 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,12 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<bindings xmlns="http://www.mozilla.org/xbl">
<binding id="b" inheritstyle="false">
<content>
<span xmlns="http://www.w3.org/1999/xhtml"/><span xmlns="http://www.w3.org/1999/xhtml"><embed style="display: block;" type="*"/></span>
</content>
</binding>
</bindings>
<div style="-moz-binding:url();"/>
</html>

View File

@ -0,0 +1,18 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Crash [@ nsSprocketLayout::PopulateBoxSizes] with object and position:absolute;overflow:scroll in binding</title>
<bindings xmlns="http://www.mozilla.org/xbl">
<binding id="a" inheritstyle="false">
<content>
<object xmlns="http://www.w3.org/1999/xhtml" style="display: table;"/>
<div xmlns="http://www.w3.org/1999/xhtml" style="position: absolute;overflow: scroll; "/>
</content>
</binding>
</bindings>
</head>
<body>
<span style="-moz-binding:url()"></span>
</body>
</html>

View File

@ -30,3 +30,5 @@ load 464863-1.xhtml
load 472260-1.xhtml
load 492978-1.xul
load 495354-1.xhtml
load 507628-1.xhtml
load 507991-1.xhtml