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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/css/font-shorthand-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/css/font-shorthand-expected.txt b/third_party/WebKit/LayoutTests/fast/css/font-shorthand-expected.txt
index 230eacdffb12fa645b5a1305496d4b5eb0d61650..b657970471ccf3ed64a780be279795efbcd9a350 100644
--- a/third_party/WebKit/LayoutTests/fast/css/font-shorthand-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/css/font-shorthand-expected.txt
@@ -54,17 +54,17 @@ font-family: serif
Longhands for font: italic bold 12px/24px serif
font-style: italic
-font-weight: bold
font-variant: normal
+font-weight: bold
font-stretch: normal
font-size: 12px
line-height: 24px
font-family: serif
Longhands for font: small-caps bold 14px/28px Arial, sans-serif
+font-style: normal
font-variant: small-caps
font-weight: bold
-font-style: normal
font-stretch: normal
font-size: 14px
line-height: 28px
« 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