layout/reftests/bugs/428810-2a-rtl.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/428810-2a-rtl.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,14 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<html dir="rtl">
     1.6 +<title>Testcase, bug 428810</title>
     1.7 +<style type="text/css">
     1.8 +html, body { margin: 0; padding: 0; }
     1.9 +</style>
    1.10 +<div style="height: 10px">
    1.11 +  <div style="float: right; height: 20px; width: 100px"></div>
    1.12 +</div>
    1.13 +<div style="margin-right: 40px; width: 70px; display: list-item;">
    1.14 +  <div style="float: right; height: 20px; width: 15px"></div>
    1.15 +  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    1.16 +</div>
    1.17 +

mercurial