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