diff --git a/testsuite/css/style/font.css b/testsuite/css/style/font.css index 86b2ba08b1..9c99623665 100644 --- a/testsuite/css/style/font.css +++ b/testsuite/css/style/font.css @@ -1,7 +1,7 @@ box { - font: "Comic Sans 10"; + font: 10px "Comic Sans"; } label { - font: smaller; + font-size: smaller; } diff --git a/testsuite/css/style/font.nodes b/testsuite/css/style/font.nodes index 02044b4466..ef23f94007 100644 --- a/testsuite/css/style/font.nodes +++ b/testsuite/css/style/font.nodes @@ -1,12 +1,12 @@ [window.background:dir(ltr)] decoration:dir(ltr) box.horizontal:dir(ltr) - font-size: 10px; /* font.css:2:23 */ - font-family: "\"Comic Sans 10\""; /* font.css:2:23 */ - font-style: normal; /* font.css:2:23 */ - font-variant: normal; /* font.css:2:23 */ - font-weight: normal; /* font.css:2:23 */ - font-stretch: normal; /* font.css:2:23 */ + font-size: 10px; /* font.css:2:25 */ + font-family: "Comic Sans"; /* font.css:2:25 */ + font-style: normal; /* font.css:2:25 */ + font-variant: normal; /* font.css:2:25 */ + font-weight: normal; /* font.css:2:25 */ + font-stretch: normal; /* font.css:2:25 */ label:dir(ltr) font-size: 8.3333333333333339px; /* font.css:6:20 */