summaryrefslogtreecommitdiffstats
path: root/layout/reftests/font-face/color-2a.html
diff options
context:
space:
mode:
Diffstat (limited to 'layout/reftests/font-face/color-2a.html')
-rw-r--r--layout/reftests/font-face/color-2a.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/layout/reftests/font-face/color-2a.html b/layout/reftests/font-face/color-2a.html
new file mode 100644
index 0000000000..3b9b25bcec
--- /dev/null
+++ b/layout/reftests/font-face/color-2a.html
@@ -0,0 +1,20 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta charset="UTF-8"/>
+<style>
+@font-face {
+ font-family: colr-unset;
+ src: url("../fonts/colr-unset.ttf");
+}
+
+span {
+ font-family: colr-unset;
+ font-size: 25pt;
+}
+</style>
+</head>
+<body>
+<span>A</span><span style="color: #00FF00FF">A</span><span style="color: #0000FFFF">A</span>
+</body>
+</html>