layout/reftests/bugs/369361-2.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>
     3 <head>
     4 <style type="text/css">
     5 div {
     6  float: right;
     7  width: 250px;
     8  text-align: right;
     9 }
    10 ul {
    11  margin: 0; padding: 0;
    12  list-style: none;
    13 }
    14 li {
    15  margin: 0 270px 0 0;
    16  padding: 0;
    17  text-align: right;
    18 }
    19 </style>
    20 </head>
    21 <body>
    22 <div>Floater.</div>
    23 <ul>
    24  <li>List item.</li>
    25 </ul>
    26 </body>
    27 </html>

mercurial