layout/reftests/backgrounds/vector/empty/ref-tall-empty.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 <!--
     2      Any copyright is dedicated to the Public Domain.
     3      http://creativecommons.org/publicdomain/zero/1.0/
     4 -->
     5 <!DOCTYPE html>
     6 <html>
     7 <head>
     8   <title>tall reference, empty</title>
     9   <link rel="author" title="Jeff Walden" href="http://whereswalden.com/" />
    10   <style type="text/css">
    11 div
    12 {
    13   width: 256px; height: 768px;
    14 }
    15 #outer
    16 {
    17   border: 1px solid black;
    18 }
    19   </style>
    20 </head>
    21 <body>
    22 <div id="outer"></div>
    23 </body>
    24 </html>

mercurial