layout/reftests/scrolling/huge-vertical-overflow-ref.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.

     1 <html lang="en">
     2 <head>
     3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
     4 <style type="text/css">
     5 .hide { position: absolute; left: -99em; top: -99em; }
     6 #body { min-height: 3000px;}
     7 </style>
     9 </head>
    10 <body>
    11   <div id="body">
    12     <h1 class="hide">Microsoft Learning:</h1>
    13     blah blah
    14   </div>
    15 </body>
    16 </html>

mercurial