layout/reftests/bugs/218473-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 PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
     2 <html><head><title>Testcase for bug 218473</title>
     3 <style type="text/css">
     4 .picture {
     5 	float:       left; 
     6 	padding-top: 50px; 
     7         border:      3px solid blue; 
     8 }
     9 .img {
    10 	float:   left;
    11 	width:   100px;
    12         height:  100px;
    13 }
    14 </style>
    15 </head>
    16 <body>
    19 <div class="picture"><div class="link"><div class="img"></div></div></div>
    22 </body>
    23 </html>

mercurial