repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1944627 - update sidebar button checked state for non-revamped sidebar cases...
[gecko.git]
/
layout
/
reftests
/
details-summary
/
fixed-summary.html
blob
d79f17925a0799e83d1513f25d627690dba10ec9
1
<!DOCTYPE
html
>
2
<!-- Any copyright is dedicated to the Public Domain.
3
- http://creativecommons.org/publicdomain/zero/1.0/ -->
4
5
<html>
6
<style>
7
summary {
8
position: fixed;
9
bottom:
0
;
10
right:
0
;
11
}
12
</style>
13
<body>
14
<details>
15
<summary>
Summary
</summary>
16
<p>
This is the details.
</p>
17
</details>
18
</body>
19
</html>