diff options
Diffstat (limited to 'layout/reftests/backgrounds/background-size-body-percent-percent-ref.html')
-rw-r--r-- | layout/reftests/backgrounds/background-size-body-percent-percent-ref.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/layout/reftests/backgrounds/background-size-body-percent-percent-ref.html b/layout/reftests/backgrounds/background-size-body-percent-percent-ref.html new file mode 100644 index 000000000..3f03f74af --- /dev/null +++ b/layout/reftests/backgrounds/background-size-body-percent-percent-ref.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html> +<head> + <title>background-size: 100% 100%; on body reference</title> + <style type="text/css"> +body +{ + background-image: url(aqua-32x32.png); +} + </style> +</head> +<body> +</body> +</html> |