| Index: third_party/WebKit/LayoutTests/fast/css/font-shorthand-from-longhands-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css/font-shorthand-from-longhands-expected.txt b/third_party/WebKit/LayoutTests/fast/css/font-shorthand-from-longhands-expected.txt
|
| index 5a5f29367d4ffb9aac856af70357882159184f70..0635f98a018a7aa5423879d87c57a3f557a342b8 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/css/font-shorthand-from-longhands-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/css/font-shorthand-from-longhands-expected.txt
|
| @@ -4,20 +4,20 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
|
|
|
|
| PASS style.font is ''
|
| -PASS computedStyle.font is 'normal normal normal normal 20px / normal foobar'
|
| +PASS computedStyle.font is 'normal normal normal normal 20px / 20px foobar'
|
| PASS computedStyle.fontSize is '20px'
|
| PASS checkFontStyleValue() is true
|
| PASS style.font is ''
|
| -PASS computedStyle.font is 'normal normal normal normal 20px / normal sans-serif'
|
| +PASS computedStyle.font is 'normal normal normal normal 20px / 20px sans-serif'
|
| PASS computedStyle.fontFamily is 'sans-serif'
|
| PASS style.font is ''
|
| -PASS computedStyle.font is 'italic normal normal normal 20px / normal sans-serif'
|
| +PASS computedStyle.font is 'italic normal normal normal 20px / 20px sans-serif'
|
| PASS computedStyle.fontStyle is 'italic'
|
| PASS style.font is ''
|
| -PASS computedStyle.font is 'italic small-caps normal normal 20px / normal sans-serif'
|
| +PASS computedStyle.font is 'italic small-caps normal normal 20px / 20px sans-serif'
|
| PASS computedStyle.fontVariant is 'small-caps'
|
| PASS style.font is ''
|
| -PASS computedStyle.font is 'italic small-caps bold normal 20px / normal sans-serif'
|
| +PASS computedStyle.font is 'italic small-caps bold normal 20px / 20px sans-serif'
|
| PASS computedStyle.fontWeight is 'bold'
|
| PASS style.font is ''
|
| PASS computedStyle.font is 'italic small-caps bold normal 20px / 40px sans-serif'
|
| @@ -26,7 +26,7 @@ PASS style.font is 'italic small-caps bold ultra-expanded 20px/40px sans-serif'
|
| PASS computedStyle.font is 'italic small-caps bold ultra-expanded 20px / 40px sans-serif'
|
| PASS checkFontStyleValue() is true
|
| PASS style.font is ''
|
| -PASS computedStyle.font is 'normal normal normal normal 16px / normal foobar'
|
| +PASS computedStyle.font is 'normal normal normal normal 16px / 20px foobar'
|
| PASS checkFontStyleValue() is true
|
| PASS successfullyParsed is true
|
|
|
|
|