tenfourfox/dom/xbl/crashtests/507991-1.xhtml
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

18 lines
547 B
HTML

<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>