Chromium Code Reviews

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: Add test Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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':
+
+

Powered by Google App Engine