1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/xbl/crashtests/378521-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" xmlns:html="http://www.w3.org/1999/xhtml"> 1.5 +<head> 1.6 +<bindings xmlns="http://www.mozilla.org/xbl"> 1.7 + <binding id="foo" extends="html:input"> 1.8 + <content> 1.9 + Foo? 1.10 + <children/> 1.11 + </content> 1.12 + </binding> 1.13 +</bindings> 1.14 +</head> 1.15 + 1.16 +<body> 1.17 +<div>Hi!</div> 1.18 +<div style="-moz-binding: url(#foo)">XXX</div> 1.19 +</body> 1.20 + 1.21 +</html> 1.22 \ No newline at end of file