summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/rendering/the-details-element/details-two-pages-print-ref.html
blob: 309a138696e27f97f8ffe25ac15b79e33b468192 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<!-- Any copyright is dedicated to the Public Domain.
   - http://creativecommons.org/publicdomain/zero/1.0/ -->

<html>
  <body>
    <div>
      <div style="page-break-after: always;">Summary</div>
      <p>This is the details.</p>
    </div>
  </body>
</html>