layout/reftests/bugs/403328-1-ref.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     1 <!DOCTYPE HTML>
     2 <html><head>
     3 <title>Testcase for bug 403328</title>
     4 <style>
     5 body {
     6 	margin-left:40px;
     7 }
     8 div.cb {
     9 	background-color: lime;
    10 	width: 80px;
    11 }
    12 div.spcb {
    13 	background-color: blue;
    14     margin-left:auto;
    15     margin-right:auto;
    16 	width: 40px;
    17 }
    18 div.abs {
    19 	background-color: red;
    20 	height: 40px;
    21 }
    22 div.extrawide {
    23 	width: 100px;
    24 }
    25 div.narrow {
    26 	width: 20px;
    27 }
    29 </style>
    30 </head><body>
    32 <div class="cb">
    33 <div class="spcb">
    34 <div class="abs narrow" style="margin-left:auto;"></div>
    35 <div class="abs narrow"></div>
    36 <div class="abs extrawide" style="margin-left:-20px;"></div>
    37 <div class="abs extrawide" style="margin-left:-40px;"></div>
    38 <div class="abs narrow" style="margin-left:-20px;"></div>
    39 <div class="abs narrow" style="margin-left:auto; margin-right:-20px;"></div>
    40 <div class="abs narrow" style="margin-left:auto;"></div>
    41 <div class="abs narrow"></div>
    42 </div>
    43 </div>
    45 </body></html>

mercurial