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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/css/font-shorthand-expected.txt

Issue 1375753002: Move font shorthand handling into CSSPropertyParser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Patch for landing Created 5 years, 2 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
1 Longhands for font: 12px monospace 1 Longhands for font: 12px monospace
2 font-style: normal 2 font-style: normal
3 font-variant: normal 3 font-variant: normal
4 font-weight: normal 4 font-weight: normal
5 font-stretch: normal 5 font-stretch: normal
6 font-size: 12px 6 font-size: 12px
7 line-height: normal 7 line-height: normal
8 font-family: monospace 8 font-family: monospace
9 9
10 Longhands for font: 12px/24px serif 10 Longhands for font: 12px/24px serif
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 font-style: italic 47 font-style: italic
48 font-variant: small-caps 48 font-variant: small-caps
49 font-weight: normal 49 font-weight: normal
50 font-stretch: normal 50 font-stretch: normal
51 font-size: 12px 51 font-size: 12px
52 line-height: 24px 52 line-height: 24px
53 font-family: serif 53 font-family: serif
54 54
55 Longhands for font: italic bold 12px/24px serif 55 Longhands for font: italic bold 12px/24px serif
56 font-style: italic 56 font-style: italic
57 font-variant: normal
57 font-weight: bold 58 font-weight: bold
58 font-variant: normal
59 font-stretch: normal 59 font-stretch: normal
60 font-size: 12px 60 font-size: 12px
61 line-height: 24px 61 line-height: 24px
62 font-family: serif 62 font-family: serif
63 63
64 Longhands for font: small-caps bold 14px/28px Arial, sans-serif 64 Longhands for font: small-caps bold 14px/28px Arial, sans-serif
65 font-style: normal
65 font-variant: small-caps 66 font-variant: small-caps
66 font-weight: bold 67 font-weight: bold
67 font-style: normal
68 font-stretch: normal 68 font-stretch: normal
69 font-size: 14px 69 font-size: 14px
70 line-height: 28px 70 line-height: 28px
71 font-family: Arial, sans-serif 71 font-family: Arial, sans-serif
72 72
73 Longhands for font: italic small-caps bold 14px/28px Arial, sans-serif 73 Longhands for font: italic small-caps bold 14px/28px Arial, sans-serif
74 font-style: italic 74 font-style: italic
75 font-variant: small-caps 75 font-variant: small-caps
76 font-weight: bold 76 font-weight: bold
77 font-stretch: normal 77 font-stretch: normal
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 174
175 Longhands for font: caption italic 175 Longhands for font: caption italic
176 176
177 Longhands for font: icon 12px 177 Longhands for font: icon 12px
178 178
179 Longhands for font: icon 12px serif 179 Longhands for font: icon 12px serif
180 180
181 Longhands for font: menu italic 12px 181 Longhands for font: menu italic 12px
182 182
183 183
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698