Merge mozilla-central to autoland. a=merge CLOSED TREE
[gecko.git] / layout / reftests / details-summary / open-summary-table-cell-style.html
blob9b6ef4034b8e0d24fc3c81d7a6de87df4ff449f9
1 <!DOCTYPE html>
2 <!-- Any copyright is dedicated to the Public Domain.
3 - http://creativecommons.org/publicdomain/zero/1.0/ -->
5 <html>
6 <style>
7 summary {
8 display: table-cell;
10 </style>
11 <body>
12 <details open>
13 <p>This is the details.</p>
14 <!-- Make summary the second element child so that layout will try to
15 render it as the first child. -->
16 <summary>Summary
17 <div>Block in summary</div>
18 </summary>
19 </details>
20 </body>
21 </html>