diff options
Diffstat (limited to 'layout/reftests/css-page/page-name-siblings-ref.html')
-rw-r--r-- | layout/reftests/css-page/page-name-siblings-ref.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/reftests/css-page/page-name-siblings-ref.html b/layout/reftests/css-page/page-name-siblings-ref.html new file mode 100644 index 0000000000..cc07469439 --- /dev/null +++ b/layout/reftests/css-page/page-name-siblings-ref.html @@ -0,0 +1,8 @@ +<!DOCTYPE html> +<html class="reftest-paged"> + <body> + <p>a</p> + <p style="break-after: always">b</p> + <p>c</p> + </body> +</html> |