layout/generic/crashtests/452157-2.html

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

     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