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

Side by Side Diff: LayoutTests/inspector-protocol/css/css-get-platform-fonts-expected.txt

Issue 1187073016: DevTools: generalize getPlatformFonts code (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | Annotate | Revision Log
OLDNEW
1 First line. 1 7chars.
2 Second line. 2 Some line with 29 characters.
3
4
5 Running test: testFirstLetterPseudoClass
3 cssFamilyName: Arial 6 cssFamilyName: Arial
4 [{"familyName":"<Some-family-name-0>","glyphCount":12},{"familyName":"<Some-fami ly-name-1>","glyphCount":11},{"familyName":"<Some-family-name-2>","glyphCount":1 }] 7 [{"familyName":"<Some-family-name-0>","glyphCount":29},{"familyName":"<Some-fami ly-name-1>","glyphCount":7},{"familyName":"<Some-family-name-2>","glyphCount":1} ]
5 8
9 Running test: testSelectElementPlatformFonts
10 cssFamilyName: Arial
11 [{"familyName":"<Some-family-name-0>","glyphCount":27}]
12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698