blob: 48697feeb11ce2d2e138302a42246b20b24c0a38 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<!DOCTYPE html>
<!-- Any copyright is dedicated to the Public Domain.
- http://creativecommons.org/publicdomain/zero/1.0/ -->
<html class="reftest-print">
<style>
summary::-moz-list-bullet {
/* Hide the triangle for comparing with div in reftest. */
list-style-type: none;
}
</style>
<body>
<details open>
<summary>Summary</summary>
<p style="page-break-before: always;">This is the details.</p>
</details>
</body>
</html>
|