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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/font-shorthand-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 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 8080552febc11c9fac7da7d915a362c4c06791e2..25feadf36cff915d5277fd5ebcaf2a8335511242 100644
--- a/third_party/WebKit/LayoutTests/fast/css/font-shorthand-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/css/font-shorthand-expected.txt
@@ -2,6 +2,7 @@ Longhands for font: 12px monospace
font-style: normal
font-variant-caps: normal
font-variant-ligatures: normal
+font-variant-numeric: normal
font-weight: normal
font-stretch: normal
font-size: 12px
@@ -12,6 +13,7 @@ Longhands for font: 12px/24px serif
font-style: normal
font-variant-caps: normal
font-variant-ligatures: normal
+font-variant-numeric: normal
font-weight: normal
font-stretch: normal
font-size: 12px
@@ -22,6 +24,7 @@ Longhands for font: normal 12px serif
font-style: normal
font-variant-caps: normal
font-variant-ligatures: normal
+font-variant-numeric: normal
font-weight: normal
font-stretch: normal
font-size: 12px
@@ -32,6 +35,7 @@ Longhands for font: normal normal 12px serif
font-style: normal
font-variant-caps: normal
font-variant-ligatures: normal
+font-variant-numeric: normal
font-weight: normal
font-stretch: normal
font-size: 12px
@@ -42,6 +46,7 @@ Longhands for font: normal normal normal 12px serif
font-style: normal
font-variant-caps: normal
font-variant-ligatures: normal
+font-variant-numeric: normal
font-weight: normal
font-stretch: normal
font-size: 12px
@@ -52,6 +57,7 @@ Longhands for font: italic small-caps 12px/24px serif
font-style: italic
font-variant-caps: small-caps
font-variant-ligatures: normal
+font-variant-numeric: normal
font-weight: normal
font-stretch: normal
font-size: 12px
@@ -62,6 +68,7 @@ Longhands for font: italic bold 12px/24px serif
font-style: italic
font-variant-caps: normal
font-variant-ligatures: normal
+font-variant-numeric: normal
font-weight: bold
font-stretch: normal
font-size: 12px
@@ -72,6 +79,7 @@ Longhands for font: small-caps bold 14px/28px Arial, sans-serif
font-style: normal
font-variant-caps: small-caps
font-variant-ligatures: normal
+font-variant-numeric: normal
font-weight: bold
font-stretch: normal
font-size: 14px
@@ -82,6 +90,7 @@ Longhands for font: italic small-caps bold 14px/28px Arial, sans-serif
font-style: italic
font-variant-caps: small-caps
font-variant-ligatures: normal
+font-variant-numeric: normal
font-weight: bold
font-stretch: normal
font-size: 14px
@@ -96,6 +105,7 @@ font-family
font-stretch
font-variant-caps
font-variant-ligatures
+font-variant-numeric
line-height
Longhands for font: icon
@@ -106,6 +116,7 @@ font-family
font-stretch
font-variant-caps
font-variant-ligatures
+font-variant-numeric
line-height
Longhands for font: menu
@@ -116,6 +127,7 @@ font-family
font-stretch
font-variant-caps
font-variant-ligatures
+font-variant-numeric
line-height
Longhands for font: message-box
@@ -126,6 +138,7 @@ font-family
font-stretch
font-variant-caps
font-variant-ligatures
+font-variant-numeric
line-height
Longhands for font: small-caption
@@ -136,6 +149,7 @@ font-family
font-stretch
font-variant-caps
font-variant-ligatures
+font-variant-numeric
line-height
Longhands for font: status-bar
@@ -146,6 +160,7 @@ font-family
font-stretch
font-variant-caps
font-variant-ligatures
+font-variant-numeric
line-height
Longhands for font: -webkit-mini-control
@@ -156,6 +171,7 @@ font-family
font-stretch
font-variant-caps
font-variant-ligatures
+font-variant-numeric
line-height
Longhands for font: -webkit-small-control
@@ -166,6 +182,7 @@ font-family
font-stretch
font-variant-caps
font-variant-ligatures
+font-variant-numeric
line-height
Longhands for font: -webkit-control
@@ -176,6 +193,7 @@ font-family
font-stretch
font-variant-caps
font-variant-ligatures
+font-variant-numeric
line-height
Longhands for font: italic small-caps bold 12px/24px

Powered by Google App Engine
This is Rietveld 408576698