From 0794d879f3ac36089c56d3238c4db8c6f5f49a90 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Mon, 5 Apr 2021 11:09:28 -0400 Subject: Base: Update background-repeat test with two-value section --- Base/res/html/misc/background-repeat-test.html | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'Base') diff --git a/Base/res/html/misc/background-repeat-test.html b/Base/res/html/misc/background-repeat-test.html index 98233a0438..8ebd92e5e9 100644 --- a/Base/res/html/misc/background-repeat-test.html +++ b/Base/res/html/misc/background-repeat-test.html @@ -34,7 +34,7 @@ -

Element Background

+

One-Value Element Background

repeat

@@ -51,4 +51,22 @@
+ +

Two-Value Element Background

+
+
+

repeat repeat

+
+ +

repeat no-repeat

+
+
+
+

no-repeat no-repeat

+
+ +

no-repeat repeat

+
+
+
-- cgit v1.2.3