Merge mozilla-central to autoland. a=merge CLOSED TREE
[gecko.git] / layout / reftests / details-summary / move-float-summary-to-different-details-ref.html
blob67d3d3f797c03ecaca15d3bd5fe9eb8c4127583c
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 <summary style="float:left;">Summary 2</summary>
9 <summary>Summary 1</summary>
10 <p>This is the details 1.</p>
11 </details>
12 <details>
13 <p>This is the details 2.</p>
14 </details>
15 </body>
16 </html>