gecko/layout/base/crashtests/471594-1.xhtml
Robert O'Callahan 6eec5bcdad Bug 471594 crashtest
--HG--
extra : rebase_source : 81534fc5d7c807571ef22dc257d2bec6b05823db
2009-04-10 13:21:37 +12:00

21 lines
552 B
HTML

<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>