summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/471594-1.xhtml
blob: 16ccdb056e5b4aba094fbc39be662e8c9e5f6b27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

<bindings xmlns="http://www.mozilla.org/xbl">
  <binding id="x"><content><SPAN>2!<children xmlns="http://www.mozilla.org/xbl"/></SPAN></content></binding>
  <binding id="y"><content></content></binding>
</bindings>

<script type="text/javascript">

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

</script>
</head>

<body dir="rtl" onload="boom();"><div style="-moz-binding: url(#x);"><span style="unicode-bidi: bidi-override;" id="a"></span></div></body>
</html>