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

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

Issue 1955723004: Implement font-variant-numeric (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 7 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 Test the return values for the font properties on the style object. 1 Test the return values for the font properties on the style object.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS style.font is '' 6 PASS style.font is ''
7 PASS computedStyle.font is 'normal normal normal normal 20px / normal foobar' 7 PASS computedStyle.font is 'normal normal normal normal 20px / normal foobar'
8 PASS computedStyle.fontSize is '20px' 8 PASS computedStyle.fontSize is '20px'
9 PASS checkFontStyleValue() is true 9 PASS checkFontStyleValue() is true
10 PASS style.font is '' 10 PASS style.font is ''
(...skipping 12 matching lines...) Expand all
23 PASS computedStyle.font is 'italic small-caps bold normal 20px / 40px sans-serif ' 23 PASS computedStyle.font is 'italic small-caps bold normal 20px / 40px sans-serif '
24 PASS computedStyle.lineHeight is '40px' 24 PASS computedStyle.lineHeight is '40px'
25 PASS style.font is 'italic small-caps bold ultra-expanded 20px/40px sans-serif' 25 PASS style.font is 'italic small-caps bold ultra-expanded 20px/40px sans-serif'
26 PASS computedStyle.font is 'italic small-caps bold ultra-expanded 20px / 40px sa ns-serif' 26 PASS computedStyle.font is 'italic small-caps bold ultra-expanded 20px / 40px sa ns-serif'
27 PASS checkFontStyleValue() is true 27 PASS checkFontStyleValue() is true
28 PASS style.font is '' 28 PASS style.font is ''
29 PASS computedStyle.font is '' 29 PASS computedStyle.font is ''
30 PASS style.font is 'italic small-caps bold ultra-expanded 20px/40px sans-serif' 30 PASS style.font is 'italic small-caps bold ultra-expanded 20px/40px sans-serif'
31 PASS computedStyle.font is 'italic small-caps bold ultra-expanded 20px / 40px sa ns-serif' 31 PASS computedStyle.font is 'italic small-caps bold ultra-expanded 20px / 40px sa ns-serif'
32 PASS style.font is '' 32 PASS style.font is ''
33 PASS computedStyle.font is ''
34 PASS style.font is 'italic small-caps bold ultra-expanded 20px/40px sans-serif'
35 PASS computedStyle.font is 'italic small-caps bold ultra-expanded 20px / 40px sa ns-serif'
36 PASS style.font is ''
33 PASS computedStyle.font is 'normal normal normal normal 16px / normal foobar' 37 PASS computedStyle.font is 'normal normal normal normal 16px / normal foobar'
34 PASS checkFontStyleValue() is true 38 PASS checkFontStyleValue() is true
35 PASS style.fontVariantCaps is 'all-small-caps' 39 PASS style.fontVariantCaps is 'all-small-caps'
36 PASS computedStyle.font is '' 40 PASS computedStyle.font is ''
37 PASS style.font is '' 41 PASS style.font is ''
38 PASS successfullyParsed is true 42 PASS successfullyParsed is true
39 43
40 TEST COMPLETE 44 TEST COMPLETE
41 45
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698