From 43a97878ce14b72f0981164f87f2e35e14151312 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:22:09 +0200 Subject: Adding upstream version 110.0.1. Signed-off-by: Daniel Baumann --- .../tests/svg/import/text-fonts-04-t-manual.svg | 76 ++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 testing/web-platform/tests/svg/import/text-fonts-04-t-manual.svg (limited to 'testing/web-platform/tests/svg/import/text-fonts-04-t-manual.svg') diff --git a/testing/web-platform/tests/svg/import/text-fonts-04-t-manual.svg b/testing/web-platform/tests/svg/import/text-fonts-04-t-manual.svg new file mode 100644 index 0000000000..e371d71d40 --- /dev/null +++ b/testing/web-platform/tests/svg/import/text-fonts-04-t-manual.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + +

+ Testing font-family attribute. + Various text elements are + used with varying values for the font-family attribute. +

+ + +

+ Run the test. No interaction required. +

+
+ +

+ The first two text elements should display in their respective fonts, + Haettenschweiler and + Charlesworth, + if they are installed on the target system. Otherwise, simply + displaying the text in some fallback font is enough to pass the test. + The last two should be displayed using a fallback font since the + value specified for font-family is either invalid or not specified. + Failing to display the text means the test is not passed. +

+
+ + $RCSfile: text-fonts-04-t.svg,v $ + + + + + + + + + + + font-family = "Haettenschweiler" + ABC + + font-family = "Charlesworth" + ABC + + font-family = "Invalid Name" + ABC + + font-family = not specified + ABC + + + + $Revision: 1.6 $ + + + + + -- cgit v1.2.3