1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/base/crashtests/559705.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,14 @@ 1.4 +<html xmlns="http://www.w3.org/1999/xhtml"> 1.5 +<head> 1.6 + <bindings xmlns="http://www.mozilla.org/xbl"> 1.7 + <binding id="foo"> 1.8 + <content> 1.9 + <iframe xmlns="http://www.w3.org/1999/xhtml" src="javascript:void 0"><children xmlns="http://www.mozilla.org/xbl"/></iframe> 1.10 + </content> 1.11 + </binding> 1.12 + </bindings> 1.13 +</head> 1.14 +<body> 1.15 + <span style="-moz-binding: url(#foo)"></span> 1.16 +</body> 1.17 +</html>