summaryrefslogtreecommitdiffstats
path: root/layout/reftests/inline-borderpadding/right-ltr-ref.html
blob: a8ccab45cb83ae58170f7fcb1b0d1eebce13f353 (plain)
1
2
3
4
5
6
7
8
9
10
<!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>