From fcfeadaffa72c00d7e8b634af4ee49df17455555 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Fri, 2 Apr 2021 18:11:24 -0400 Subject: Base: Add test page for the 'background-repeat' property This page tests the following values for background-repeat: repeat, repeat-x, repeat-y, no-repeat The test is duplicated for the node and for child
nodes, because the code that paints these nodes are in separate locations. --- Base/res/html/misc/background-no-repeat.html | 6 +++ Base/res/html/misc/background-repeat-test.html | 54 +++++++++++++++++++++++++ Base/res/html/misc/background-repeat-x.html | 6 +++ Base/res/html/misc/background-repeat-y.html | 6 +++ Base/res/html/misc/background-repeat.html | 6 +++ Base/res/html/misc/background-repeat.png | Bin 0 -> 410 bytes Base/res/html/misc/welcome.html | 1 + 7 files changed, 79 insertions(+) create mode 100644 Base/res/html/misc/background-no-repeat.html create mode 100644 Base/res/html/misc/background-repeat-test.html create mode 100644 Base/res/html/misc/background-repeat-x.html create mode 100644 Base/res/html/misc/background-repeat-y.html create mode 100644 Base/res/html/misc/background-repeat.html create mode 100644 Base/res/html/misc/background-repeat.png diff --git a/Base/res/html/misc/background-no-repeat.html b/Base/res/html/misc/background-no-repeat.html new file mode 100644 index 0000000000..9500644811 --- /dev/null +++ b/Base/res/html/misc/background-no-repeat.html @@ -0,0 +1,6 @@ + + diff --git a/Base/res/html/misc/background-repeat-test.html b/Base/res/html/misc/background-repeat-test.html new file mode 100644 index 0000000000..98233a0438 --- /dev/null +++ b/Base/res/html/misc/background-repeat-test.html @@ -0,0 +1,54 @@ + + +

Body Background

+
+
+

repeat

+ + +

repeat-x

+ +
+
+

no-repeat

+ + +

repeat-y

+ +
+
+ +

Element Background

+
+
+

repeat

+
+ +

repeat-x

+
+
+
+

no-repeat

+
+ +

repeat-y

+
+
+
+ diff --git a/Base/res/html/misc/background-repeat-x.html b/Base/res/html/misc/background-repeat-x.html new file mode 100644 index 0000000000..8fb79710fe --- /dev/null +++ b/Base/res/html/misc/background-repeat-x.html @@ -0,0 +1,6 @@ + + diff --git a/Base/res/html/misc/background-repeat-y.html b/Base/res/html/misc/background-repeat-y.html new file mode 100644 index 0000000000..577008bb28 --- /dev/null +++ b/Base/res/html/misc/background-repeat-y.html @@ -0,0 +1,6 @@ + + diff --git a/Base/res/html/misc/background-repeat.html b/Base/res/html/misc/background-repeat.html new file mode 100644 index 0000000000..8854fd23c3 --- /dev/null +++ b/Base/res/html/misc/background-repeat.html @@ -0,0 +1,6 @@ + + diff --git a/Base/res/html/misc/background-repeat.png b/Base/res/html/misc/background-repeat.png new file mode 100644 index 0000000000..4ed2f23823 Binary files /dev/null and b/Base/res/html/misc/background-repeat.png differ diff --git a/Base/res/html/misc/welcome.html b/Base/res/html/misc/welcome.html index 91d23f50fd..8f65b62bf0 100644 --- a/Base/res/html/misc/welcome.html +++ b/Base/res/html/misc/welcome.html @@ -38,6 +38,7 @@ span#loadtime {

This page loaded in ms

Some small test pages: