summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-color/color-mix-percents-01-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-color/color-mix-percents-01-ref.html')
-rw-r--r--testing/web-platform/tests/css/css-color/color-mix-percents-01-ref.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-color/color-mix-percents-01-ref.html b/testing/web-platform/tests/css/css-color/color-mix-percents-01-ref.html
new file mode 100644
index 0000000000..2d9a1380b3
--- /dev/null
+++ b/testing/web-platform/tests/css/css-color/color-mix-percents-01-ref.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<title>CSS Color 5: color-mix</title>
+<link rel="author" title="Chris Lilley" href="mailto:chris@w3.org">
+<style>
+ .test { background-color: rgb(68.4898% 36.015% 68.3102%); width: 14em; height: 14em; margin-top: 0; margin-bottom: 0;}
+</style>
+<body>
+ <p>Test passes if you see a purple square, and no red.</p>
+ <div class="test"></div>
+</body> \ No newline at end of file