summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-color/oklch-l-almost-1-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-color/oklch-l-almost-1-ref.html')
-rw-r--r--testing/web-platform/tests/css/css-color/oklch-l-almost-1-ref.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-color/oklch-l-almost-1-ref.html b/testing/web-platform/tests/css/css-color/oklch-l-almost-1-ref.html
new file mode 100644
index 0000000000..e1f29eaa18
--- /dev/null
+++ b/testing/web-platform/tests/css/css-color/oklch-l-almost-1-ref.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<style>
+ .ref { background-color: oklch(1 0.2 45); border: 1px solid black; width: 200px; height: 200px; }
+</style>
+<body>
+ <p>Test passes if you see a square border with a single color inside.</p>
+ <div class="ref"></div>
+</body>