summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-face/colrv1-09-ref.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/font-face/colrv1-09-ref.html')
-rw-r--r--layout/reftests/font-face/colrv1-09-ref.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/layout/reftests/font-face/colrv1-09-ref.html b/layout/reftests/font-face/colrv1-09-ref.html
new file mode 100644
index 0000000000..eaf5dda44c
--- /dev/null
+++ b/layout/reftests/font-face/colrv1-09-ref.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html>
+<meta charset=utf-8>
+<title>COLRv1 font test: reverse sweep, denormalized color line</title>
+<style>
+@font-face {
+ font-family: CAhem;
+ src: url("CAhem.ttf");
+}
+span { font: 50px/1 CAhem; }
+</style>
+
+<div>
+ <div><span>n</span></div>
+</div>