diff --git a/Tests/LibWeb/Ref/text-shadow.html b/Tests/LibWeb/Ref/text-shadow.html new file mode 100644 index 00000000000..132d1607571 --- /dev/null +++ b/Tests/LibWeb/Ref/text-shadow.html @@ -0,0 +1,49 @@ + + + + + Text-Shadow + + + + + +

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

+
+ + +