layout/generic/crashtests/452157-2.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 <style>
     4   div.a  {
     5     -moz-column-count: 2;
     6     float: left;
     7     background: lightblue;
     8   }
     9   div.b  {}
    10   div.c  {
    11     float: left;
    12     height: 23px;
    13     width:  10px;
    14     background: orange;
    15   }
    16   div.d  {
    17     float: left;
    18     height: 22px;
    19     width:  10px;
    20     background: green;
    21   }
    22   div.e  {
    23     clear: left;
    24   }
    25 </style>
    26 </head>
    27 <body
    28    ><div class="a"
    29        ><div class="b"
    30            ><div class="c"
    31            ></div
    32            ><div class="d"
    33            ></div
    34            ><div class="e"
    35            ></div
    36        > <!-- whitespace --></div
    37    ></div
    38 ></body>
    39 </html>

mercurial