diff options
Diffstat (limited to 'dom/xbl/crashtests/495354-1.xhtml')
-rw-r--r-- | dom/xbl/crashtests/495354-1.xhtml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dom/xbl/crashtests/495354-1.xhtml b/dom/xbl/crashtests/495354-1.xhtml new file mode 100644 index 000000000..2e76fb846 --- /dev/null +++ b/dom/xbl/crashtests/495354-1.xhtml @@ -0,0 +1,8 @@ +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<bindings xmlns="http://www.mozilla.org/xbl"><binding id="x"><content><caption xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"><children xmlns="http://www.mozilla.org/xbl"/></caption></content></binding></bindings> +</head> +<body onload="document.getElementById('x').innerHTML = '9';"> +<span id="x" style="-moz-binding: url(#x)"><div></div></span> +</body> +</html> |