diff options
Diffstat (limited to 'layout/reftests/pagination/quirks.html')
-rw-r--r-- | layout/reftests/pagination/quirks.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/reftests/pagination/quirks.html b/layout/reftests/pagination/quirks.html new file mode 100644 index 0000000000..2cfe260065 --- /dev/null +++ b/layout/reftests/pagination/quirks.html @@ -0,0 +1,10 @@ +<!doctype html> +<!-- bug 1567105 --> +<html class="reftest-paged"> +<meta charset="utf-8"> +<style> + .HiDdEn { display: none } +</style> +<body class="hidden"> + Some content that I should be able to print. +</body> |