From 12459984688f15910e8fb8563503a1a39bdda416 Mon Sep 17 00:00:00 2001 From: Matthieu Dubet <109102217+mdubet@users.noreply.github.com> Date: Mon, 31 Jul 2023 23:35:36 +0200 Subject: [PATCH] WebKit export: Allow matching of empty font-family names for web fonts (#41259) https://bugs.webkit.org/show_bug.cgi?id=257092 --- ...ont-palette-non-ident-font-family-ref.html | 22 +++++++++++++++++ .../font-palette-non-ident-font-family.html | 24 +++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 css/css-fonts/font-palette-non-ident-font-family-ref.html create mode 100644 css/css-fonts/font-palette-non-ident-font-family.html diff --git a/css/css-fonts/font-palette-non-ident-font-family-ref.html b/css/css-fonts/font-palette-non-ident-font-family-ref.html new file mode 100644 index 000000000000000..6317bcb80c38aa0 --- /dev/null +++ b/css/css-fonts/font-palette-non-ident-font-family-ref.html @@ -0,0 +1,22 @@ + + + + +Tests that an empty font family name is handled correctly + + + + +
A
+ + diff --git a/css/css-fonts/font-palette-non-ident-font-family.html b/css/css-fonts/font-palette-non-ident-font-family.html new file mode 100644 index 000000000000000..8d6ec751a3f9f07 --- /dev/null +++ b/css/css-fonts/font-palette-non-ident-font-family.html @@ -0,0 +1,24 @@ + + + + +Tests that a non-ident font family name is handled correctly + + + + + + +
A
+ +