no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / details-summary / open-single-summary.html
blob9dd2c3da2a4aac1c83b38c0b7a55b78cb334bf39
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 <p>This is the details.</p>
10 </details>
11 </body>
12 </html>