no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / details-summary / fixed-summary.html
blobd79f17925a0799e83d1513f25d627690dba10ec9
1 <!DOCTYPE html>
2 <!-- Any copyright is dedicated to the Public Domain.
3 - http://creativecommons.org/publicdomain/zero/1.0/ -->
5 <html>
6 <style>
7 summary {
8 position: fixed;
9 bottom: 0;
10 right: 0;
12 </style>
13 <body>
14 <details>
15 <summary>Summary</summary>
16 <p>This is the details.</p>
17 </details>
18 </body>
19 </html>