css: Add a test for non-ASCII font family
authorMatthias Clasen <mclasen@redhat.com>
Sun, 28 May 2023 11:57:40 +0000 (07:57 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 28 May 2023 11:57:40 +0000 (07:57 -0400)
This came up in #5852, so make sure that it works.

testsuite/css/parser/font-family.css
testsuite/css/parser/font-family.ref.css

index fbbc82b7c69406eefceefd06d6f4a61de84c0a3f..53fd75e7f94150e7e6d232e735dbdef1ed14e83d 100644 (file)
@@ -25,3 +25,7 @@ f {
 g {
   font-family: Macaroni al dente, Tomato sauce;
 }
+
+h {
+  font-family: 楷体;
+}
index 92f559c67df0f478581a1001deeeea5f71dd8e66..12c0705468d17aaf32223ba5f159466c3f018e42 100644 (file)
@@ -25,3 +25,7 @@ f {
 g {
   font-family: "Macaroni al dente", "Tomato sauce";
 }
+
+h {
+  font-family: "楷体";
+}