https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 4266c573ec87a7965f0d7491a4c0b74160db00b1 authored by tbirdbld on 04 July 2012, 16:12:34 UTC
Added THUNDERBIRD_14_0b4_RELEASE THUNDERBIRD_14_0b4_BUILD1 tag(s) for changeset d1452658046f. DONTBUILD CLOSED TREE a=release
Tip revision: 4266c57
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