layout/reftests/bugs/512631-1.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 lang="en">
     3 <head>
     4 <style type="text/css">
     5 html {
     6 	color: rgb(10,10,10);
     7 	background: rgb(150,150,150);
     9 	font-family:sans-serif;
    10 	}
    11 ul {list-style:none;}
    12 a {display:block; float:left; width:100px; height:50px; text-align:center; background: #ccc;}
    14 </style>
    16 <title>test</title>
    17 </head>
    18 <body>
    19 <ul>
    20 <li><a href="/">abc</a></li>
    21 <li><a href="/">abc</a></li>
    22 <li><a href="/">abc</a></li>
    23 </ul>
    24 </body>
    25 </html>

mercurial