Merge mozilla-central to autoland. a=merge CLOSED TREE
[gecko.git] / layout / reftests / details-summary / open-fixed-summary.html
blob155e2abb7da4fec46cdddc9f982891ba7f48c89f
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 open>
15 <summary>Summary</summary>
16 <p>This is the details.</p>
17 </details>
18 </body>
19 </html>