diff options
Diffstat (limited to '')
-rw-r--r-- | layout/reftests/reftest-sanity/page-backgrounds.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layout/reftests/reftest-sanity/page-backgrounds.html b/layout/reftests/reftest-sanity/page-backgrounds.html new file mode 100644 index 0000000000..05241fe84c --- /dev/null +++ b/layout/reftests/reftest-sanity/page-backgrounds.html @@ -0,0 +1,3 @@ +<!doctype html> +<html class="reftest-paged" reftest-paged-backgrounds="false"> + <p style="color: white; background: black;">Something</p> |