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

Unified Diff: LayoutTests/fast/css/font-shorthand-keywords-expected.txt

Issue 150333003: Expand the "font" shorthand when specified using a system font keyword. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Assert the value list size and check it before calling parseKeywordBasedFont() Created 6 years, 9 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
« no previous file with comments | « LayoutTests/fast/css/font-shorthand-keywords.html ('k') | Source/core/css/parser/CSSPropertyParser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/font-shorthand-keywords-expected.txt
diff --git a/LayoutTests/fast/css/font-shorthand-keywords-expected.txt b/LayoutTests/fast/css/font-shorthand-keywords-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..e2807ab9999f971cf5b215c55cec860baefef248
--- /dev/null
+++ b/LayoutTests/fast/css/font-shorthand-keywords-expected.txt
@@ -0,0 +1,82 @@
+Test
+Font for 'caption':
+font-family: Arial
+font-style: normal
+font-variant: normal
+font-weight: 400
+font-size: 16px
+line-height: normal
+
+Font for 'icon':
+font-family: Arial
+font-style: normal
+font-variant: normal
+font-weight: 400
+font-size: 16px
+line-height: normal
+
+Font for 'menu':
+font-family: Arial
+font-style: normal
+font-variant: normal
+font-weight: 400
+font-size: 16px
+line-height: normal
+
+Font for 'message-box':
+font-family: Arial
+font-style: normal
+font-variant: normal
+font-weight: 400
+font-size: 16px
+line-height: normal
+
+Font for 'small-caption':
+font-family: Arial
+font-style: normal
+font-variant: normal
+font-weight: 400
+font-size: 16px
+line-height: normal
+
+Font for 'status-bar':
+font-family: Arial
+font-style: normal
+font-variant: normal
+font-weight: 400
+font-size: 16px
+line-height: normal
+
+Font for '-webkit-mini-control':
+font-family: Arial
+font-style: normal
+font-variant: normal
+font-weight: 400
+font-size: 13.333333015441895px
+line-height: normal
+
+Font for '-webkit-small-control':
+font-family: Arial
+font-style: normal
+font-variant: normal
+font-weight: 400
+font-size: 13.333333015441895px
+line-height: normal
+
+Font for '-webkit-control':
+font-family: Arial
+font-style: normal
+font-variant: normal
+font-weight: 400
+font-size: 13.333333015441895px
+line-height: normal
+
+Font for 'caption italic':
+
+Font for 'icon 12px':
+
+Font for 'icon 12px serif':
+
+Font for 'menu italic 12px':
+
+
« no previous file with comments | « LayoutTests/fast/css/font-shorthand-keywords.html ('k') | Source/core/css/parser/CSSPropertyParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698