https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 2edca3ac1b0fd0691b6541a18e613491f32d0378 authored by Aki Sasaki on 21 July 2014, 20:50:15 UTC
merge aurora -> b2g32. a=release CLOSED TREE
Tip revision: 2edca3a
right-ltr-ref.html
<!DOCTYPE html>
<html>
  <body>
    <div style="direction: rtl">
      <span style="border: 2px solid; border-right-style: none; padding-left: 5px; margin-left: 30px;">One</span>
      <br>
      <span style="border: 2px solid; border-left-style: none; padding-right: 10px; margin-right: 60px;">Two</span>
    </div>
  </body>
</html>
back to top