layout/base/crashtests/325984-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

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

mercurial