layout/reftests/bugs/424236-10.html

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     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