mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
6eec5bcdad
--HG-- extra : rebase_source : 81534fc5d7c807571ef22dc257d2bec6b05823db
21 lines
552 B
HTML
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>
|