https://github.com/mozilla/gecko-dev
Raw File
Tip revision: c10ed89f2c09c09659291c8f9f056080635cbeef authored by ffxbld on 30 August 2011, 16:28:58 UTC
Added tag FIREFOX_7_0b3_BUILD1 for changeset 699c0a6117d5. CLOSED TREE a=release
Tip revision: c10ed89
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