gecko-dev/layout/reftests/details-summary/details-page-break-after-2.html
Tobias Schneider 3880ddff03 Bug 1382327 - (reftest) Rename reftest-print to reftest-paged. r=dbaron
--HG--
extra : rebase_source : c4e47e2de8d615c77e7e9ce88f6b21c9d15c92e4
2017-07-26 22:53:46 -07:00

19 lines
478 B
HTML

<!DOCTYPE html>
<!-- Any copyright is dedicated to the Public Domain.
- http://creativecommons.org/publicdomain/zero/1.0/ -->
<html class="reftest-paged">
<style>
summary::-moz-list-bullet {
/* Hide the triangle for comparing with div in reftest. */
list-style-type: none;
}
</style>
<body>
<details open>
<summary>Summary<div style="page-break-before: always;"></div></summary>
<p>This is the details.</p>
</details>
</body>
</html>