diff --git a/Base/res/html/misc/text-shadow.html b/Base/res/html/misc/text-shadow.html
new file mode 100644
index 0000000000..83d9e88f2a
--- /dev/null
+++ b/Base/res/html/misc/text-shadow.html
@@ -0,0 +1,45 @@
+
+
+
+
+ Text-Shadow
+
+
+
+
+Text-shadow Tests
+Simple
+
+
text-shadow: 25px 50px blue
+
+
+Blur
+
+
text-shadow: magenta 0 0 3px
+
+
+Multiple
+
+
text-shadow: 4px 4px blue, 8px 8px green, 12px 12px yellow
+
+
+Spread
+
+
text-shadow: 0 0 0 5px magenta
+
+
+Spread and blur
+
+
text-shadow: 0 0 10px 5px magenta
+
+
+
+
diff --git a/Base/res/html/misc/welcome.html b/Base/res/html/misc/welcome.html
index ff3004d19c..ec23cfe102 100644
--- a/Base/res/html/misc/welcome.html
+++ b/Base/res/html/misc/welcome.html
@@ -106,6 +106,7 @@
Backgrounds
Background-repeat
Box-shadow
+ Text-shadow
Opacity
Text-decoration
Fonts