From 9f1e0209e897be7860d3bf5edd7adf72e1803767 Mon Sep 17 00:00:00 2001 From: Aliaksandr Kalenik Date: Thu, 26 Oct 2023 09:15:02 +0200 Subject: [PATCH] Tests/LibWeb: Add missing test-shadow.html Missing input file for e48b3b39cff37d0e469ca20af64e1ba5e8443f1c --- Tests/LibWeb/Ref/text-shadow.html | 49 +++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 Tests/LibWeb/Ref/text-shadow.html diff --git a/Tests/LibWeb/Ref/text-shadow.html b/Tests/LibWeb/Ref/text-shadow.html new file mode 100644 index 0000000000..132d160757 --- /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

+
+ + +