summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/495354-1a.xhtml
blob: cc5bb9423e5bd02600ecbb8fbdeb3ba3ed604f51 (plain)
1
2
3
4
5
6
7
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>