summaryrefslogtreecommitdiffstats
path: root/layout/generic/crashtests/417109-1.xhtml
blob: f1b93c4c6802bcf96d890a02a58dc59409bc9006 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:html="http://www.w3.org/1999/xhtml">
<head>

<bindings xmlns="http://www.mozilla.org/xbl">
  <binding id="foo">
    <content><html:span> &#x200F;&#x0643;&#xCA84;<children/></html:span></content>
  </binding>
  <binding id="empty">
    <content></content>
  </binding>
</bindings>


<script type="text/javascript">
<![CDATA[

function boom()
{
  document.getElementById("b").style.MozBinding = "url('#empty')";
}

]]>
</script>
</head>

<body onload="boom();"><table style="-moz-binding: url(#foo)"><td id="b"/></table></body>

</html>