1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/generic/crashtests/417109-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" xmlns:html="http://www.w3.org/1999/xhtml"> 1.5 +<head> 1.6 + 1.7 +<bindings xmlns="http://www.mozilla.org/xbl"> 1.8 + <binding id="foo"> 1.9 + <content><html:span> ‏ك쪄<children/></html:span></content> 1.10 + </binding> 1.11 + <binding id="empty"> 1.12 + <content></content> 1.13 + </binding> 1.14 +</bindings> 1.15 + 1.16 + 1.17 +<script type="text/javascript"> 1.18 +<![CDATA[ 1.19 + 1.20 +function boom() 1.21 +{ 1.22 + document.getElementById("b").style.MozBinding = "url('#empty')"; 1.23 +} 1.24 + 1.25 +]]> 1.26 +</script> 1.27 +</head> 1.28 + 1.29 +<body onload="boom();"><table style="-moz-binding: url(#foo)"><td id="b"/></table></body> 1.30 + 1.31 +</html>