layout/reftests/font-inflation/min-width-passes-1-ref.html

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     1 <html>
     2 <head>
     3 <title>Bug Reproduction</title>
     4 </head>
     5 <style type="text/css">
     6 html, body {
     7   /*
     8    * Work around bug 759755 / bug 757179.  Setting overflow hidden
     9    * avoids these bugs being triggered due to the hypothetical scrollbar
    10    * reflows.
    11    */
    12   overflow: hidden;
    13 }
    14 table { width: 100% }
    15 body, table, tbody, tr, td {
    16   margin: 0; border: none; padding: 0; border-spacing: 0;
    17 }
    18 </style>
    19 <body>
    20   <h1 id="welcome">Welcome to Bugzilla</h1>
    21   <input type="button" id="find" value="Quick Search"></input>
    22 </body>
    23 </html>

mercurial