1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/docshell/base/crashtests/403574-1.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,23 @@ 1.4 +<html xmlns="http://www.w3.org/1999/xhtml" class="reftest-wait"> 1.5 +<head> 1.6 + 1.7 +<bindings xmlns="http://www.mozilla.org/xbl"><binding id="foo"><content> 1.8 +<frame xmlns="http://www.w3.org/1999/xhtml"><children xmlns="http://www.mozilla.org/xbl"/></frame> 1.9 +</content></binding></bindings> 1.10 + 1.11 +<script> 1.12 + 1.13 +function boom() 1.14 +{ 1.15 + document.getElementById("span").style.MozBinding = "url('#foo')"; 1.16 + document.documentElement.removeAttribute("class"); 1.17 +} 1.18 + 1.19 +</script> 1.20 +</head> 1.21 + 1.22 +<body onload="setTimeout(boom, 100);"> 1.23 +<span id="span"></span> 1.24 +</body> 1.25 + 1.26 +</html>