summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-images/gradient/gradient-eval-003-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-images/gradient/gradient-eval-003-ref.html')
-rw-r--r--testing/web-platform/tests/css/css-images/gradient/gradient-eval-003-ref.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-images/gradient/gradient-eval-003-ref.html b/testing/web-platform/tests/css/css-images/gradient/gradient-eval-003-ref.html
new file mode 100644
index 0000000000..4db29f5ce9
--- /dev/null
+++ b/testing/web-platform/tests/css/css-images/gradient/gradient-eval-003-ref.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Gradient interpolation</title>
+ <link rel="author" title="Mike Bremford" href="mailto:mike@bfo.com">
+ <style>
+ .test {
+ width: 100px;
+ height: 100px;
+ background: red;
+ background: lab(60% 0 0);
+ }
+ </style>
+ </head>
+ <body>
+ <div class="test"></div>
+ </body>
+</html>