https://github.com/mozilla/gecko-dev
Raw File
Tip revision: ee9a03ab4a41c8293d0a5380315e0a59dd28c0a3 authored by ffxbld on 16 February 2012, 06:18:07 UTC
Added FENNEC_10_0_2_RELEASE FENNEC_10_0_2_BUILD1 tags(s) for changeset c386bba0f925. DONTBUILD CLOSED TREE a=release
Tip revision: ee9a03a
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