Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(928)

Side by Side Diff: LayoutTests/fast/css/fontface-single-font-family-expected.txt

Issue 1116593003: Move font-family check to CSSPropertyParser (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: move check into CSSPropertyParser and add test Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 Test that @font-face has a single font-family-name.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS document.styleSheets[1].cssRules.length is 3
7 PASS document.styleSheets[1].cssRules[0].style.fontFamily is ""
8 PASS document.styleSheets[1].cssRules[1].style.fontFamily is "Ahem2"
9 PASS document.styleSheets[1].cssRules[2].style.fontFamily is ""
10 PASS successfullyParsed is true
11
12 TEST COMPLETE
13
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/fontface-single-font-family.html ('k') | Source/core/css/parser/CSSParserImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698