layout/reftests/bugs/367247-s-visible.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>
     2 <html>
     3 <head>
     4 <title>Testcase, 'overflow' on elements with 'display:inline-block'</title>
     5 <style type="text/css">
     7 body > span {
     8 	display: inline-block;
     9 	vertical-align: text-bottom;
    10 	overflow: visible;
    11 	width: 100px;
    12 	height: 100px;
    13 	border: thin solid;
    14 }
    16 body > span > span {
    17 	display: block;
    18 	background: blue;
    19 	width: 20px;
    20 	height: 20px;
    21 }
    23 </style>
    24 </head>
    25 <body>
    26 <span><span></span></span>
    27 </body>
    28 </html>

mercurial