diff options
Diffstat (limited to 'layout/reftests/backgrounds/multi-background-clip-content-border-ref.html')
-rw-r--r-- | layout/reftests/backgrounds/multi-background-clip-content-border-ref.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/reftests/backgrounds/multi-background-clip-content-border-ref.html b/layout/reftests/backgrounds/multi-background-clip-content-border-ref.html new file mode 100644 index 000000000..290b0b199 --- /dev/null +++ b/layout/reftests/backgrounds/multi-background-clip-content-border-ref.html @@ -0,0 +1,10 @@ +<!DOCTYPE HTML> +<title>multi-background-clip-content-border-ref</title> +<style> + div#outer { background-image: url(green-16x20.png); + width: 100px; height: 100px; + border: 20px solid transparent; } + div#inner { background-image: url(aqua-32x32.png); + width: 100%; height: 100%; } +</style> +<div id="outer"><div id="inner"></div></div> |