From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel.baumann@progress-linux.org>
Date: Sun, 7 Apr 2024 21:33:14 +0200
Subject: Adding upstream version 115.7.0esr.

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

(limited to 'testing/web-platform/tests/css/css-fonts/font-synthesis-06.html')

diff --git a/testing/web-platform/tests/css/css-fonts/font-synthesis-06.html b/testing/web-platform/tests/css/css-fonts/font-synthesis-06.html
new file mode 100644
index 0000000000..2e190d1b99
--- /dev/null
+++ b/testing/web-platform/tests/css/css-fonts/font-synthesis-06.html
@@ -0,0 +1,21 @@
+<!doctype html>
+<meta charset=utf-8>
+<title>CSS Test: 'font-synthesis:none' with a font that support small-caps</title>
+<link rel="author" title="Mats Palmgren" href="mailto:mats@mozilla.com">
+<link rel="help" href="https://drafts.csswg.org/css-fonts/#font-synthesis">
+<link rel="match" href="font-synthesis-06-ref.html">
+<meta name="assert" content="font-synthesis:none should not affect a font that supports small-caps">
+<style>
+  @font-face {
+    font-family: fwf;
+    src: url(support/fonts/FontWithFancyFeatures.otf);
+  }
+  .test {
+     font: 2em/1 fwf;
+     font-variant: small-caps;
+     font-synthesis: none;
+  }
+</style>
+
+<p>Test passes if there are four check marks (✓), and zero crosses (✗). </p>
+<p class="test">JJJ J</p>
-- 
cgit v1.2.3