summaryrefslogtreecommitdiffstats
path: root/layout/reftests/backgrounds/multi-background-clip-content-border.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/backgrounds/multi-background-clip-content-border.html')
-rw-r--r--layout/reftests/backgrounds/multi-background-clip-content-border.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/reftests/backgrounds/multi-background-clip-content-border.html b/layout/reftests/backgrounds/multi-background-clip-content-border.html
new file mode 100644
index 0000000000..d13352f6f6
--- /dev/null
+++ b/layout/reftests/backgrounds/multi-background-clip-content-border.html
@@ -0,0 +1,10 @@
+<!DOCTYPE HTML>
+<title>multi-background-clip-content-border</title>
+<style>
+ div { background-image: url(aqua-32x32.png),
+ url(green-16x20.png);
+ border: 20px solid transparent;
+ background-clip: content-box, border-box;
+ width: 100px; height: 100px; }
+</style>
+<div></div>