https://github.com/mozilla/gecko-dev
Raw File
Tip revision: dd2f462a971fdf6a72e7c3da774a4e4a5608ebfa authored by B2G Bumper Bot on 09 June 2014, 23:03:54 UTC
Bumping manifests a=b2g-bump
Tip revision: dd2f462
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