layout/reftests/bugs/467084-1.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 <title>Testcase for side issue in bug 467084</title>
     3 <style type="text/css">
     5 div { background: yellow; padding-bottom: 3px; }
     6 select {
     7     margin: 2em 0; /* be bigger than the line-height */
     8     visibility: hidden;
     9 }
    10 option { height: 0; min-height: 0; }
    12 </style>
    13 <div>
    14 <select size="3">
    15   <option>One</option>
    16   <option>Two</option>
    17   <option>Three</option>
    18 </select>
    19 </div>

mercurial