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

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

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

Powered by Google App Engine
This is Rietveld 408576698