summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/428810-3b-rtl.html
blob: 14077bc2d151eab6e3ae2bfda2403260feedbae2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE HTML>
<html dir="rtl">
<title>Testcase, bug 428810</title>
<style type="text/css">
html, body { margin: 0; padding: 0; }
</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>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div>
</div>