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: 25px 50px blue
+text-shadow: magenta 0 0 3px
+text-shadow: 4px 4px blue, 8px 8px green, 12px 12px yellow
+text-shadow: 0 0 0 5px magenta
+text-shadow: 0 0 10px 5px magenta
+