diff options
Diffstat (limited to 'layout/reftests/details-summary/details-page-break-before-1.html')
-rw-r--r-- | layout/reftests/details-summary/details-page-break-before-1.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/layout/reftests/details-summary/details-page-break-before-1.html b/layout/reftests/details-summary/details-page-break-before-1.html new file mode 100644 index 000000000..48697feeb --- /dev/null +++ b/layout/reftests/details-summary/details-page-break-before-1.html @@ -0,0 +1,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> |