summaryrefslogtreecommitdiffstats
path: root/dom/xbl/crashtests/507991-1.xhtml
blob: 402e680eec41305c5d2837a21d5d0fc641d2d0f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>