summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-color/relative-rec2020-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-color/relative-rec2020-ref.html')
-rw-r--r--testing/web-platform/tests/css/css-color/relative-rec2020-ref.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-color/relative-rec2020-ref.html b/testing/web-platform/tests/css/css-color/relative-rec2020-ref.html
new file mode 100644
index 0000000000..c2dbdccd85
--- /dev/null
+++ b/testing/web-platform/tests/css/css-color/relative-rec2020-ref.html
@@ -0,0 +1,16 @@
+<!doctype html>
+<meta charset=utf-8>
+<link rel="author" href="mailto:chris@w3.org" title="Chris Lilley">
+<style>
+div {
+ width: 100px;
+ height: 100px;
+}
+div div {
+ background-color: color(rec2020 0.23072 0.46956 0.08); /* rgb(-16.284% 54.0356% -5.7344%) */
+ /* https://colorjs.io/apps/convert/?color=color(prophoto-rgb%200.23%200.43%200.13)&precision=6 */
+}
+</style>
+<div>
+ <div></div>
+</div> \ No newline at end of file