1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/xbl/crashtests/460665-1.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,28 @@ 1.4 +<html xmlns="http://www.w3.org/1999/xhtml"> 1.5 +<head> 1.6 + 1.7 +<bindings xmlns="http://www.mozilla.org/xbl"> 1.8 + <binding id="a"> 1.9 + <content></content> 1.10 + <implementation> 1.11 + <field>t</field> 1.12 + <field/> 1.13 + <property/> 1.14 + <property> 1.15 + <getter>x</getter> 1.16 + <setter>y</setter> 1.17 + </property> 1.18 + <method/> 1.19 + <method> 1.20 + <body/> 1.21 + </method> 1.22 + <method> 1.23 + <body>a</body> 1.24 + </method> 1.25 + </implementation> 1.26 + </binding> 1.27 +</bindings> 1.28 +</head> 1.29 + 1.30 +<body><span id="s" style="-moz-binding: url('#a');"></span></body> 1.31 +</html>