diff --git a/Base/res/html/misc/backgrounds.html b/Base/res/html/misc/backgrounds.html index 7103b56756..b7880314f5 100644 --- a/Base/res/html/misc/backgrounds.html +++ b/Base/res/html/misc/backgrounds.html @@ -102,16 +102,17 @@
background: url('background-repeat.png') padding-box content-box
-
+ background: url('background-repeat.png') yellow padding-box content-box
+
background-image: url('background-repeat.png');
+ background-color: yellow;
background-origin: padding-box;
background-clip: content-box;
-
+
background: url('background-repeat.png') space round
+
+
+ background-image: url('background-repeat.png');
+ background-repeat: space round;
+
+
+