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

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

Issue 203523002: Reland "Add plumbing for font-stretch" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: w/fix for ASSERT Created 6 years, 5 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: LayoutTests/fast/css/font-shorthand-expected.txt
diff --git a/LayoutTests/fast/css/font-shorthand-expected.txt b/LayoutTests/fast/css/font-shorthand-expected.txt
index 3c3391bbe3e527b1fe757b084b293d7e5e5a0cb5..4db06b75fcd19283f97acce56c1491641e84c10e 100644
--- a/LayoutTests/fast/css/font-shorthand-expected.txt
+++ b/LayoutTests/fast/css/font-shorthand-expected.txt
@@ -3,6 +3,7 @@ Font for '12px monospace':
font-style: normal
font-variant: normal
font-weight: normal
+font-stretch: normal
font-size: 12px
line-height: normal
font-family: monospace
@@ -11,6 +12,7 @@ Font for '12px/24px serif':
font-style: normal
font-variant: normal
font-weight: normal
+font-stretch: normal
font-size: 12px
line-height: 24px
font-family: serif
@@ -19,6 +21,7 @@ Font for 'normal 12px serif':
font-style: normal
font-variant: normal
font-weight: normal
+font-stretch: normal
font-size: 12px
line-height: normal
font-family: serif
@@ -27,6 +30,7 @@ Font for 'normal normal 12px serif':
font-style: normal
font-variant: normal
font-weight: normal
+font-stretch: normal
font-size: 12px
line-height: normal
font-family: serif
@@ -35,6 +39,7 @@ Font for 'normal normal normal 12px serif':
font-style: normal
font-variant: normal
font-weight: normal
+font-stretch: normal
font-size: 12px
line-height: normal
font-family: serif
@@ -43,6 +48,7 @@ Font for 'italic small-caps 12px/24px serif':
font-style: italic
font-variant: small-caps
font-weight: normal
+font-stretch: normal
font-size: 12px
line-height: 24px
font-family: serif
@@ -51,6 +57,7 @@ Font for 'italic bold 12px/24px serif':
font-style: italic
font-weight: bold
font-variant: normal
+font-stretch: normal
font-size: 12px
line-height: 24px
font-family: serif
@@ -59,6 +66,7 @@ Font for 'small-caps bold 14px/28px Arial, sans-serif':
font-variant: small-caps
font-weight: bold
font-style: normal
+font-stretch: normal
font-size: 14px
line-height: 28px
font-family: Arial, sans-serif
@@ -67,6 +75,7 @@ Font for 'italic small-caps bold 14px/28px Arial, sans-serif':
font-style: italic
font-variant: small-caps
font-weight: bold
+font-stretch: normal
font-size: 14px
line-height: 28px
font-family: Arial, sans-serif
« no previous file with comments | « LayoutTests/fast/css/first-letter-property-whitelist.html ('k') | LayoutTests/fast/css/font-shorthand-from-longhands.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698