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

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

Issue 195823006: Revert 169264 "Add plumbing for font-stretch" (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | trunk/LayoutTests/fast/css/font-shorthand-from-longhands.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Test 1 Test
2 Font for '12px monospace': 2 Font for '12px monospace':
3 font-style: normal 3 font-style: normal
4 font-variant: normal 4 font-variant: normal
5 font-weight: normal 5 font-weight: normal
6 font-stretch: normal
7 font-size: 12px 6 font-size: 12px
8 line-height: normal 7 line-height: normal
9 font-family: monospace 8 font-family: monospace
10 9
11 Font for '12px/24px serif': 10 Font for '12px/24px serif':
12 font-style: normal 11 font-style: normal
13 font-variant: normal 12 font-variant: normal
14 font-weight: normal 13 font-weight: normal
15 font-stretch: normal
16 font-size: 12px 14 font-size: 12px
17 line-height: 24px 15 line-height: 24px
18 font-family: serif 16 font-family: serif
19 17
20 Font for 'normal 12px serif': 18 Font for 'normal 12px serif':
21 font-style: normal 19 font-style: normal
22 font-variant: normal 20 font-variant: normal
23 font-weight: normal 21 font-weight: normal
24 font-stretch: normal
25 font-size: 12px 22 font-size: 12px
26 line-height: normal 23 line-height: normal
27 font-family: serif 24 font-family: serif
28 25
29 Font for 'normal normal 12px serif': 26 Font for 'normal normal 12px serif':
30 font-style: normal 27 font-style: normal
31 font-variant: normal 28 font-variant: normal
32 font-weight: normal 29 font-weight: normal
33 font-stretch: normal
34 font-size: 12px 30 font-size: 12px
35 line-height: normal 31 line-height: normal
36 font-family: serif 32 font-family: serif
37 33
38 Font for 'normal normal normal 12px serif': 34 Font for 'normal normal normal 12px serif':
39 font-style: normal 35 font-style: normal
40 font-variant: normal 36 font-variant: normal
41 font-weight: normal 37 font-weight: normal
42 font-stretch: normal
43 font-size: 12px 38 font-size: 12px
44 line-height: normal 39 line-height: normal
45 font-family: serif 40 font-family: serif
46 41
47 Font for 'italic small-caps 12px/24px serif': 42 Font for 'italic small-caps 12px/24px serif':
48 font-style: italic 43 font-style: italic
49 font-variant: small-caps 44 font-variant: small-caps
50 font-weight: normal 45 font-weight: normal
51 font-stretch: normal
52 font-size: 12px 46 font-size: 12px
53 line-height: 24px 47 line-height: 24px
54 font-family: serif 48 font-family: serif
55 49
56 Font for 'italic bold 12px/24px serif': 50 Font for 'italic bold 12px/24px serif':
57 font-style: italic 51 font-style: italic
58 font-weight: bold 52 font-weight: bold
59 font-variant: normal 53 font-variant: normal
60 font-stretch: normal
61 font-size: 12px 54 font-size: 12px
62 line-height: 24px 55 line-height: 24px
63 font-family: serif 56 font-family: serif
64 57
65 Font for 'small-caps bold 14px/28px Arial, sans-serif': 58 Font for 'small-caps bold 14px/28px Arial, sans-serif':
66 font-variant: small-caps 59 font-variant: small-caps
67 font-weight: bold 60 font-weight: bold
68 font-style: normal 61 font-style: normal
69 font-stretch: normal
70 font-size: 14px 62 font-size: 14px
71 line-height: 28px 63 line-height: 28px
72 font-family: Arial, sans-serif 64 font-family: Arial, sans-serif
73 65
74 Font for 'italic small-caps bold 14px/28px Arial, sans-serif': 66 Font for 'italic small-caps bold 14px/28px Arial, sans-serif':
75 font-style: italic 67 font-style: italic
76 font-variant: small-caps 68 font-variant: small-caps
77 font-weight: bold 69 font-weight: bold
78 font-stretch: normal
79 font-size: 14px 70 font-size: 14px
80 line-height: 28px 71 line-height: 28px
81 font-family: Arial, sans-serif 72 font-family: Arial, sans-serif
82 73
83 Font for 'italic small-caps bold 12px/24px': 74 Font for 'italic small-caps bold 12px/24px':
84 75
85 Font for 'italic small-caps bold 12px': 76 Font for 'italic small-caps bold 12px':
86 77
87 Font for 'italic small-caps bold /12px serif': 78 Font for 'italic small-caps bold /12px serif':
88 79
89 Font for 'italic small-caps small-caps 12px serif': 80 Font for 'italic small-caps small-caps 12px serif':
90 81
91 Font for 'italic italic small-caps bold 12px serif': 82 Font for 'italic italic small-caps bold 12px serif':
92 83
93 Font for '12px/italic serif': 84 Font for '12px/italic serif':
94 85
95 86
OLDNEW
« no previous file with comments | « no previous file | trunk/LayoutTests/fast/css/font-shorthand-from-longhands.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698