Merge mozilla-central to autoland. a=merge CLOSED TREE
[gecko.git] / layout / reftests / details-summary / summary-not-first-child.html
blobc06a6e3ac2e060e675fbd04fec4680171f3da284
1 <!DOCTYPE html>
2 <!-- Any copyright is dedicated to the Public Domain.
3 - http://creativecommons.org/publicdomain/zero/1.0/ -->
5 <html>
6 <body>
7 <details>
8 <p>This is the details.</p>
9 <summary>Summary</summary>
10 </details>
11 </body>
12 </html>