summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/428810-3e-rtl.html
blob: 42099b828a17898806c591751101648fc06d1828 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE HTML>
<html dir="rtl">
<title>Testcase, bug 428810</title>
<style type="text/css">
html, body { margin: 0; padding: 0; }
::marker { font-family: inherit; }
</style>
<div style="height: 10px">
  <div style="float: right; height: 20px; width: 100px"></div>
</div>
<div style="margin-right: 40px; width: 70px; display: list-item;">
  <div style="float: right; height: 20px; width: 60px"></div>
  <div style="clear:right"></div>
</div>