layout/reftests/bugs/371041-1-ref.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 <style>
     5   span { visibility: hidden }
     6   div { font-size: 20px; background: blue; margin: 10px; }
     7 </style>
     8 </head>
     9 <body>
    10 <div><span>TEST</span></div>
    11 <div style="line-height: 5px;"><span>TEST</span></div>
    12 <div style="line-height: 40px;"><span>TEST</span></div>
    13 <div><span>TEST</span></div>
    14 <div style="line-height: 30px;"><span>TEST</span></div>
    15 <div style="line-height: 10px;"><span>TEST</span></div>
    17 <div><span>TEST</span></div>
    18 <div style="line-height: 5px;"><span>TEST</span></div>
    19 <div style="line-height: 40px;"><span>TEST</span></div>
    20 <div><span>TEST</span></div>
    21 <div style="line-height: 30px;"><span>TEST</span></div>
    22 <div style="line-height: 10px;"><span>TEST</span></div>
    23 </body>
    24 </html>

mercurial