From 6502d79240dbf9cf0a5dbe3a1cda395a27ac2784 Mon Sep 17 00:00:00 2001 From: Tobias Christiansen Date: Fri, 23 Jul 2021 21:35:02 +0200 Subject: [PATCH] Base: Add test page for box-shadow --- Base/res/html/misc/box-shadow.html | 41 ++++++++++++++++++++++++++++++ Base/res/html/misc/welcome.html | 1 + 2 files changed, 42 insertions(+) create mode 100644 Base/res/html/misc/box-shadow.html diff --git a/Base/res/html/misc/box-shadow.html b/Base/res/html/misc/box-shadow.html new file mode 100644 index 0000000000..c1fe9b4d12 --- /dev/null +++ b/Base/res/html/misc/box-shadow.html @@ -0,0 +1,41 @@ + + + + + Box-Shadow + + + + +

Box-shadow Tests

+ +
+

box-shadow: 20px 10px magenta

+
+ +
+

box-shadow: -40px -20px magenta

+
+ +
+

box-shadow: 20px 10px rgba(255,0,255,0.5)

+
+ +
+

box-shadow: -40px -20px rgba(255,0,255,0.5)

+
+ +
+

box-shadow: 20px 10px 5px magenta

+
+ + + diff --git a/Base/res/html/misc/welcome.html b/Base/res/html/misc/welcome.html index dbc740f4bd..28a49ea19c 100644 --- a/Base/res/html/misc/welcome.html +++ b/Base/res/html/misc/welcome.html @@ -46,6 +46,7 @@

This page loaded in ms

Some small test pages: