https://github.com/mozilla/gecko-dev
Raw File
Tip revision: efb967f8cf084ccda44399f40ef4669ef97d39d1 authored by Jonathan Griffin on 12 February 2013, 18:10:03 UTC
Bug 839675 - Prevent out-of-sync problems. r=mdas, a=akeybl
Tip revision: efb967f
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