layout/reftests/bugs/424236-10.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> <!-- standards mode only! -->
     2 <html>
     3 <head>
     4 <title>Testcase, overflow on empty spans</title>
     5 <style type="text/css">
     7 html, body { margin: 0; padding: 0.25em; }
     8 div { background:aqua; }
     9 div > span { outline: 1px dotted black; }
    10 div > span > span { display:block; margin: 0 1em; }
    12 </style>
    13 </head>
    14 <body>
    15   <div>
    16     <span>
    17       <span>text</span></span>
    18   </div>
    19 </body>
    20 </html>

mercurial