Bug 1944627 - update sidebar button checked state for non-revamped sidebar cases...
[gecko.git] / layout / reftests / details-summary / open-multiple-summary-ref.html
blob27b6046fe33ab03c5acc274a86254a1ecb6ca9d9
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</summary>
9 <div>Second Summary</div>
10 <p>This is the details.</p>
11 </details>
12 </body>
13 </html>