https://github.com/mozilla/gecko-dev
Raw File
Tip revision: aaa2258b35c4f4e42b5b19a6bca3d4795be17011 authored by ffxbld on 04 January 2012, 02:56:15 UTC
Added tag FIREFOX_10_0b3_BUILD1 for changeset 22a318053540. CLOSED TREE a=release
Tip revision: aaa2258
381279-1.html
<!DOCTYPE html>
<html>

<head>
<style>
div {
  border: 1px solid black;
  font-family: monospace;
  width: 10ch;
}
</style>
</head>

<body onload="document.getElementById('r').style.direction = 'rtl';">
<div>
  <span id="r">
    <span style="unicode-bidi: bidi-override; color: blue;">abcd abcd abcd</span>
    foo
  </span>
</div>
</body>

</html>
back to top