diff --git a/testsuite/css/parser/font-family.css b/testsuite/css/parser/font-family.css index fbbc82b7c6..53fd75e7f9 100644 --- a/testsuite/css/parser/font-family.css +++ b/testsuite/css/parser/font-family.css @@ -25,3 +25,7 @@ f { g { font-family: Macaroni al dente, Tomato sauce; } + +h { + font-family: 楷体; +} diff --git a/testsuite/css/parser/font-family.ref.css b/testsuite/css/parser/font-family.ref.css index 92f559c67d..12c0705468 100644 --- a/testsuite/css/parser/font-family.ref.css +++ b/testsuite/css/parser/font-family.ref.css @@ -25,3 +25,7 @@ f { g { font-family: "Macaroni al dente", "Tomato sauce"; } + +h { + font-family: "楷体"; +}