layout/reftests/bugs/416752-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.

     1 <!DOCTYPE HTML>
     2 <html>
     3  <head><style>
     4    div.post {
     5      overflow: auto;
     6      border: 1px solid black;
     7    }
     8    div.filler {
     9      height: 15px;
    10      background: yellow;
    11    }
    12    div.d2 {
    13      height: 16px;
    14    }
    15  </style></head>
    16  <body><div class="post"><div class="filler"><div class="d2"></div></div></div></body>
    17 </html>

mercurial