layout/base/crashtests/325984-2.html

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     1 <html>
     2  <head>
     3   <title>colgroup pseudos</title>
     4   <style>
     5    div.table {background-color:red; color:yellow; display:table}
     6   div.col {background-color:green; width:400px; display:table-column}
     8   </style>
     9  </head>
    10  <body>
    11  <div class="table">
    12  <div class="col" ></div> anonymous content
    13  </div>
    14 <div class="table">
    15  <div class="col" ></div> <div style="display:table-cell">anonymous cell</div>
    16  </div>
    17 <div class="table">
    18  <div class="col" ></div> <div style="display:table-row">anonymous row</div>
    19  </div>
    20 <div class="table">
    21  <div class="col" ></div> <div style="display:table-row-group">anonymous rowgroup</div>
    22  </div>
    23 <div class="table">
    24  <div class="col" ></div> <div style="display:table">anonymous table</div>
    25  </div>
    26 <div class="table">
    27  <div class="col" ></div> <div style="display:table-caption">anonymous caption</div>
    28  </div>
    30  </body>
    31 </html>

mercurial