summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/560441-1.xhtml
blob: bc3b6b503710323f13b993434793f8af6817cd04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<bindings xmlns="http://www.mozilla.org/xbl"><binding id="foo"><content><frame xmlns="http://www.w3.org/1999/xhtml"><children xmlns="http://www.mozilla.org/xbl"/></frame></content></binding></bindings>
</head>

<frameset 
  onload="document.getElementById('y').appendChild(document.createElementNS('http://www.w3.org/1999/xhtml', 'span'));" 
  style="-moz-binding: url(#foo)"
>
<frame id="y"></frame>
</frameset>
</html>