/css/css-fonts/parsing/font-family-valid.html| status | subtest | message |
|---|---|---|
| PASS | e.style['font-family'] = "Serif" should set the property value | |
| PASS | e.style['font-family'] = "Sans-Serif" should set the property value | |
| PASS | e.style['font-family'] = "Cursive" should set the property value | |
| PASS | e.style['font-family'] = "Fantasy" should set the property value | |
| PASS | e.style['font-family'] = "Monospace" should set the property value | |
| PASS | e.style['font-family'] = "System-UI" should set the property value | |
| PASS | e.style['font-family'] = "serif, sans-serif, cursive, fantasy, monospace, system-ui" should set the property value | |
| PASS | e.style['font-family'] = "Helvetica, Verdana, sans-serif" should set the property value | |
| FAIL | e.style['font-family'] = "\"New Century Schoolbook\", serif" should set the property value | assert_equals: serialization should be canonical expected "New Century Schoolbook, serif" but got "\"New Century Schoolbook\", serif" |
| PASS | e.style['font-family'] = "'21st Century', fantasy" should set the property value | |
| PASS | e.style['font-family'] = "\"inherit\", \"serif\"" should set the property value |
bundle built 2026-07-16T07:16:48.063Z