From fcfeadaffa72c00d7e8b634af4ee49df17455555 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Fri, 2 Apr 2021 18:11:24 -0400 Subject: [PATCH] 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 ++ .../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 0000000000000000000000000000000000000000..4ed2f238232e9ad20589ef942856f6701c2bbbe6 GIT binary patch literal 410 zcmeAS@N?(olHy`uVBq!ia0y~yU@!t<4rT@h2F-^R%?u0-jKx9jPK-BC>eMqZFmM)l zL>4nJa0`PlBg3pY5)2FsfdM`tuKyP^{AYk71~7wxGLUP#MUH`iLAoT!FZloee;*jW zIv5DlH@rXp|HFa=1^fF4CTzG+5b$90dpAP{28P|9E{-7;bKYLN&DUhW!gb_bW`Hh4nOiCern47jOh+xq0&LdpB0z4P4t*$to+uIZxc6Dte{}fves4N ztS&JEzfW@HUh@<^B?L>tf2}ggnfWRfYcj+8THu~i@QSn`w{Da-C-wO-oTSu$y z5B#{*ySH(1hZ2Y61L4!^(o)78EE|QUon#JThis page loaded in ms

Some small test pages: