layout/reftests/bugs/369361-2.html

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     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