summaryrefslogtreecommitdiffstats
path: root/layout/reftests/backgrounds/multi-background-clip-content-border-ref.html
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-21 11:44:51 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-21 11:44:51 +0000
commit9e3c08db40b8916968b9f30096c7be3f00ce9647 (patch)
treea68f146d7fa01f0134297619fbe7e33db084e0aa /layout/reftests/backgrounds/multi-background-clip-content-border-ref.html
parentInitial commit. (diff)
downloadthunderbird-9e3c08db40b8916968b9f30096c7be3f00ce9647.tar.xz
thunderbird-9e3c08db40b8916968b9f30096c7be3f00ce9647.zip
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--layout/reftests/backgrounds/multi-background-clip-content-border-ref.html10
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 0000000000..290b0b1996
--- /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>