summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/495354-1a.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/bugs/495354-1a.xhtml')
-rw-r--r--layout/reftests/bugs/495354-1a.xhtml8
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/reftests/bugs/495354-1a.xhtml b/layout/reftests/bugs/495354-1a.xhtml
new file mode 100644
index 000000000..cc5bb9423
--- /dev/null
+++ b/layout/reftests/bugs/495354-1a.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('y').innerHTML = '9';">
+<span id="y" style="-moz-binding: url(#x)"><div>123</div></span>
+</body>
+</html>