Merge mozilla-central to autoland. a=merge CLOSED TREE
[gecko.git] / layout / reftests / details-summary / mouse-click-move-summary-to-different-details-ref.html
blob0dc94b41fce933eb54721c03a233c6c36aa31a17
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 open>
8 <summary>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>