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

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: eae@'s review comments addressed 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..7d838ac5a162fea97556080eed136e893923ddbf 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

Powered by Google App Engine
This is Rietveld 408576698