layout/reftests/reftest-sanity/656041-1-ref.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     <meta http-equiv="content-type" content="text/html; charset=UTF-8">
     5     <meta charset="utf-8">
     6     <title>Reftest</title>
     7     <style type="text/css">
     8       ul {
     9 	position: absolute;
    10 	top: 50px;
    11 	bottom: 0px;
    12 	left: 0;
    13 	right: 0;
    14 	overflow: auto;
    15       }
    16       li {
    17         height: 2000px;
    18       }
    19       a {
    20 	float: left;
    21         color: black;
    22         border: solid black 1px;
    23       }
    24     </style>
    25   </head>
    26   <body>
    27     <ul>
    28       <li>
    29 	<a href="#"> </a>
    30       </li>
    31     </ul>
    32   </body>
    33 </html>

mercurial