From 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel.baumann@progress-linux.org>
Date: Fri, 19 Apr 2024 03:47:29 +0200
Subject: Adding upstream version 115.8.0esr.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
---
 .../tests/css/css-fonts/font-palette-23-ref.html   | 24 ++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 testing/web-platform/tests/css/css-fonts/font-palette-23-ref.html

(limited to 'testing/web-platform/tests/css/css-fonts/font-palette-23-ref.html')

diff --git a/testing/web-platform/tests/css/css-fonts/font-palette-23-ref.html b/testing/web-platform/tests/css/css-fonts/font-palette-23-ref.html
new file mode 100644
index 0000000000..f7e3a7f4c1
--- /dev/null
+++ b/testing/web-platform/tests/css/css-fonts/font-palette-23-ref.html
@@ -0,0 +1,24 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta charset="utf-8">
+<title>Tests for font-palette and @font-palette-values</title>
+<link rel="help" href="https://drafts.csswg.org/css-fonts/#font-palette-prop">
+<link rel="help" href="https://drafts.csswg.org/css-fonts-4/#font-palette-values">
+<link rel="author" title="Myles C. Maxfield" href="mailto:mmaxfield@apple.com">
+<style>
+@font-face {
+    font-family: "COLR-test-font";
+    src: url("resources/COLR-palettes-test-font.ttf") format("truetype");
+}
+
+@font-palette-values --MyPalette {
+    font-family: "COLR-test-font";
+    override-colors: 3 #FF00FF;
+}
+</style>
+</head>
+<body>
+<div id="target" style="font: 48px 'COLR-test-font'; font-palette: --MyPalette">A</div>
+</body>
+</html>
-- 
cgit v1.2.3