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>
---
 .../font-face/helveticaneue-ultra-ref.html         | 37 ++++++++++++++++++++++
 1 file changed, 37 insertions(+)
 create mode 100644 layout/reftests/font-face/helveticaneue-ultra-ref.html

(limited to 'layout/reftests/font-face/helveticaneue-ultra-ref.html')

diff --git a/layout/reftests/font-face/helveticaneue-ultra-ref.html b/layout/reftests/font-face/helveticaneue-ultra-ref.html
new file mode 100644
index 0000000000..84c6756674
--- /dev/null
+++ b/layout/reftests/font-face/helveticaneue-ultra-ref.html
@@ -0,0 +1,37 @@
+<!DOCTYPE HTML>
+<html>
+<head>
+<title>Helvetica Neue UltraLight</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+  
+<style type="text/css">
+
+body {
+  margin: 50px;
+  font-size: 60pt;
+}
+
+@font-face {
+  font-family: MyUltralight;
+  src: local(HelveticaNeue-UltraLight);
+  font-weight: 100;
+}
+
+p {
+  font-family: MyUltralight, serif;
+  font-weight: 100;
+}
+
+</style>
+  
+<script type="text/javascript">
+
+</script>
+  
+</head>
+<body>
+
+<p>Lovely lightness!!</p>
+
+</body>
+</html>
\ No newline at end of file
-- 
cgit v1.2.3