1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/xbl/crashtests/507991-1.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,18 @@ 1.4 +<html xmlns="http://www.w3.org/1999/xhtml"> 1.5 + 1.6 +<head> 1.7 +<title>Crash [@ nsSprocketLayout::PopulateBoxSizes] with object and position:absolute;overflow:scroll in binding</title> 1.8 +<bindings xmlns="http://www.mozilla.org/xbl"> 1.9 +<binding id="a" inheritstyle="false"> 1.10 +<content> 1.11 +<object xmlns="http://www.w3.org/1999/xhtml" style="display: table;"/> 1.12 +<div xmlns="http://www.w3.org/1999/xhtml" style="position: absolute;overflow: scroll; "/> 1.13 +</content> 1.14 +</binding> 1.15 +</bindings> 1.16 +</head> 1.17 + 1.18 +<body> 1.19 +<span style="-moz-binding:url()"></span> 1.20 +</body> 1.21 +</html> 1.22 \ No newline at end of file