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

Unified 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: do not dump cssFamilyFontName 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector-protocol/css/css-get-platform-fonts-expected.txt
diff --git a/LayoutTests/inspector-protocol/css/css-get-platform-fonts-expected.txt b/LayoutTests/inspector-protocol/css/css-get-platform-fonts-expected.txt
index e5059e328e148f7b5767163c43411977146eb40c..1117f5d7fb94d375e2059b50bcf1783248acfe40 100644
--- a/LayoutTests/inspector-protocol/css/css-get-platform-fonts-expected.txt
+++ b/LayoutTests/inspector-protocol/css/css-get-platform-fonts-expected.txt
@@ -1,5 +1,10 @@
-First line.
-Second line.
-cssFamilyName: Arial
-[{"familyName":"<Some-family-name-0>","glyphCount":12},{"familyName":"<Some-family-name-1>","glyphCount":11},{"familyName":"<Some-family-name-2>","glyphCount":1}]
+7chars.
+Some line with 29 characters.
+
+
+Running test: testFirstLetterPseudoClass
+[{"familyName":"<Some-family-name-0>","glyphCount":29},{"familyName":"<Some-family-name-1>","glyphCount":7},{"familyName":"<Some-family-name-2>","glyphCount":1}]
+
+Running test: testSelectElementPlatformFonts
+[{"familyName":"<Some-family-name-0>","glyphCount":27}]
« no previous file with comments | « LayoutTests/inspector-protocol/css/css-get-platform-fonts.html ('k') | Source/core/inspector/InspectorCSSAgent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698