layout/reftests/reftest-sanity/656041-1.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

michael@0 1 <!DOCTYPE html>
michael@0 2 <html lang="en">
michael@0 3 <head>
michael@0 4 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
michael@0 5 <meta charset="utf-8">
michael@0 6 <title>Reftest</title>
michael@0 7 <style type="text/css">
michael@0 8 ul {
michael@0 9 position: absolute;
michael@0 10 top: 50px;
michael@0 11 bottom: 0px;
michael@0 12 left: 0;
michael@0 13 right: 0;
michael@0 14 overflow: auto;
michael@0 15 }
michael@0 16 li {
michael@0 17 height: 2000px;
michael@0 18 }
michael@0 19 a {
michael@0 20 float: left;
michael@0 21 color: black;
michael@0 22 border: solid black 1px;
michael@0 23 }
michael@0 24 </style>
michael@0 25 </head>
michael@0 26 <body>
michael@0 27 <ul class="displayport">
michael@0 28 <li>
michael@0 29 <a href="#"> </a>
michael@0 30 </li>
michael@0 31 </ul>
michael@0 32 </body>
michael@0 33 </html>

mercurial