2016-01-20 18:20:41 +03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<!-- Any copyright is dedicated to the Public Domain.
|
|
|
|
- http://creativecommons.org/publicdomain/zero/1.0/ -->
|
|
|
|
|
2017-07-27 08:53:46 +03:00
|
|
|
<html class="reftest-paged">
|
2016-01-20 18:20:41 +03:00
|
|
|
<style>
|
2019-06-27 03:53:45 +03:00
|
|
|
summary {
|
2016-01-20 18:20:41 +03:00
|
|
|
/* Hide the triangle for comparing with div in reftest. */
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
<body>
|
|
|
|
<details open>
|
|
|
|
<summary style="page-break-after: always;">Summary</summary>
|
|
|
|
<p>This is the details.</p>
|
|
|
|
</details>
|
|
|
|
</body>
|
|
|
|
</html>
|