diff --git a/Tests/LibWeb/Ref/css-gradients-ref.html b/Tests/LibWeb/Ref/css-gradients-ref.html new file mode 100644 index 0000000000..4c89dca048 --- /dev/null +++ b/Tests/LibWeb/Ref/css-gradients-ref.html @@ -0,0 +1,15 @@ + + + diff --git a/Tests/LibWeb/Ref/css-gradients.html b/Tests/LibWeb/Ref/css-gradients.html new file mode 100644 index 0000000000..7d2cf4ff89 --- /dev/null +++ b/Tests/LibWeb/Ref/css-gradients.html @@ -0,0 +1,248 @@ + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + diff --git a/Tests/LibWeb/Ref/images/css-gradients-ref.png b/Tests/LibWeb/Ref/images/css-gradients-ref.png new file mode 100644 index 0000000000..f7631861a3 Binary files /dev/null and b/Tests/LibWeb/Ref/images/css-gradients-ref.png differ diff --git a/Tests/LibWeb/Ref/manifest.json b/Tests/LibWeb/Ref/manifest.json index c47b532e0d..e2f8137584 100644 --- a/Tests/LibWeb/Ref/manifest.json +++ b/Tests/LibWeb/Ref/manifest.json @@ -3,5 +3,6 @@ "separate-borders-inline-table.html": "separate-borders-ref.html", "opacity-stacking.html": "opacity-stacking-ref.html", "css-gradient-currentcolor.html": "css-gradient-currentcolor-ref.html", - "css-lang-selector.html": "css-lang-selector-ref.html" + "css-lang-selector.html": "css-lang-selector-ref.html", + "css-gradients.html": "css-gradients-ref.html" }