Back to Chromium

Font Family Parse Keyword Expected

third_party/blink/web_tests/fast/css/font-family-parse-keyword-expected.html

149.0.7827.2600 B
Original Source

http://crbug.com/226632 - CSSParser::parseFontFamily should allow the keyword "default" as part of a font name. http://crbug.com/389148 - Invalid declaration "font-family: Times, inherit" is treated as valid.

The next 11 lines should use the default font (same as this line):
Test 1
Test 2
Test 3
Test 4
Test 5
Test 6
Test 7
Test 8
Test 9
Test 10

The next 3 lines should use the font Arial:
Test 1
Test 2
Test 3

The next 9 lines should use the font Ahem (black boxes):
Test 1
Test 2
Test 3
Test 4
Test 5
Test 6
Test 7
Test 8
Test 9