layout/base/crashtests/471594-1.xhtml

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:75db4f369e46
1 <html xmlns="http://www.w3.org/1999/xhtml">
2 <head>
3
4 <bindings xmlns="http://www.mozilla.org/xbl">
5 <binding id="x"><content><SPAN>2!<children xmlns="http://www.mozilla.org/xbl"/></SPAN></content></binding>
6 <binding id="y"><content></content></binding>
7 </bindings>
8
9 <script type="text/javascript">
10
11 function boom()
12 {
13 document.getElementById("a").style.MozBinding = 'url("#y")';
14 }
15
16 </script>
17 </head>
18
19 <body dir="rtl" onload="boom();"><div style="-moz-binding: url(#x);"><span style="unicode-bidi: bidi-override;" id="a"></span></div></body>
20 </html>

mercurial