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

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

Issue 677103002: Expand system font values during property parsing. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove isExpandedShorthandForAll. Created 6 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
« no previous file with comments | « LayoutTests/fast/css/font-shorthand.html ('k') | Source/build/scripts/make_style_builder.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4db06b75fcd19283f97acce56c1491641e84c10e..452096823ad2ca934ac6ceba2b9e6a902db7748c 100644
--- a/LayoutTests/fast/css/font-shorthand-expected.txt
+++ b/LayoutTests/fast/css/font-shorthand-expected.txt
@@ -1,5 +1,4 @@
-Test
-Font for '12px monospace':
+Longhands for font: 12px monospace
font-style: normal
font-variant: normal
font-weight: normal
@@ -8,7 +7,7 @@ font-size: 12px
line-height: normal
font-family: monospace
-Font for '12px/24px serif':
+Longhands for font: 12px/24px serif
font-style: normal
font-variant: normal
font-weight: normal
@@ -17,7 +16,7 @@ font-size: 12px
line-height: 24px
font-family: serif
-Font for 'normal 12px serif':
+Longhands for font: normal 12px serif
font-style: normal
font-variant: normal
font-weight: normal
@@ -26,7 +25,7 @@ font-size: 12px
line-height: normal
font-family: serif
-Font for 'normal normal 12px serif':
+Longhands for font: normal normal 12px serif
font-style: normal
font-variant: normal
font-weight: normal
@@ -35,7 +34,7 @@ font-size: 12px
line-height: normal
font-family: serif
-Font for 'normal normal normal 12px serif':
+Longhands for font: normal normal normal 12px serif
font-style: normal
font-variant: normal
font-weight: normal
@@ -44,7 +43,7 @@ font-size: 12px
line-height: normal
font-family: serif
-Font for 'italic small-caps 12px/24px serif':
+Longhands for font: italic small-caps 12px/24px serif
font-style: italic
font-variant: small-caps
font-weight: normal
@@ -53,7 +52,7 @@ font-size: 12px
line-height: 24px
font-family: serif
-Font for 'italic bold 12px/24px serif':
+Longhands for font: italic bold 12px/24px serif
font-style: italic
font-weight: bold
font-variant: normal
@@ -62,7 +61,7 @@ font-size: 12px
line-height: 24px
font-family: serif
-Font for 'small-caps bold 14px/28px Arial, sans-serif':
+Longhands for font: small-caps bold 14px/28px Arial, sans-serif
font-variant: small-caps
font-weight: bold
font-style: normal
@@ -71,7 +70,7 @@ font-size: 14px
line-height: 28px
font-family: Arial, sans-serif
-Font for 'italic small-caps bold 14px/28px Arial, sans-serif':
+Longhands for font: italic small-caps bold 14px/28px Arial, sans-serif
font-style: italic
font-variant: small-caps
font-weight: bold
@@ -80,16 +79,96 @@ font-size: 14px
line-height: 28px
font-family: Arial, sans-serif
-Font for 'italic small-caps bold 12px/24px':
-
-Font for 'italic small-caps bold 12px':
-
-Font for 'italic small-caps bold /12px serif':
-
-Font for 'italic small-caps small-caps 12px serif':
-
-Font for 'italic italic small-caps bold 12px serif':
-
-Font for '12px/italic serif':
+Longhands for font: caption
+font-style
+font-weight
+font-size
+font-family
+font-variant
+line-height
+
+Longhands for font: icon
+font-style
+font-weight
+font-size
+font-family
+font-variant
+line-height
+
+Longhands for font: menu
+font-style
+font-weight
+font-size
+font-family
+font-variant
+line-height
+
+Longhands for font: message-box
+font-style
+font-weight
+font-size
+font-family
+font-variant
+line-height
+
+Longhands for font: small-caption
+font-style
+font-weight
+font-size
+font-family
+font-variant
+line-height
+
+Longhands for font: status-bar
+font-style
+font-weight
+font-size
+font-family
+font-variant
+line-height
+
+Longhands for font: -webkit-mini-control
+font-style
+font-weight
+font-size
+font-family
+font-variant
+line-height
+
+Longhands for font: -webkit-small-control
+font-style
+font-weight
+font-size
+font-family
+font-variant
+line-height
+
+Longhands for font: -webkit-control
+font-style
+font-weight
+font-size
+font-family
+font-variant
+line-height
+
+Longhands for font: italic small-caps bold 12px/24px
+
+Longhands for font: italic small-caps bold 12px
+
+Longhands for font: italic small-caps bold /12px serif
+
+Longhands for font: italic small-caps small-caps 12px serif
+
+Longhands for font: italic italic small-caps bold 12px serif
+
+Longhands for font: 12px/italic serif
+
+Longhands for font: caption italic
+
+Longhands for font: icon 12px
+
+Longhands for font: icon 12px serif
+
+Longhands for font: menu italic 12px
« no previous file with comments | « LayoutTests/fast/css/font-shorthand.html ('k') | Source/build/scripts/make_style_builder.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698