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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/font-variant-shorthand-from-longhands-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-variant-shorthand-from-longhands-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/css/font-variant-shorthand-from-longhands-expected.txt b/third_party/WebKit/LayoutTests/fast/css/font-variant-shorthand-from-longhands-expected.txt
index 24e588e1c39e639930139c1f4007211e63364e97..3e4f5c3959b50cbd6213b96398f65ecb4b856bf1 100644
--- a/third_party/WebKit/LayoutTests/fast/css/font-variant-shorthand-from-longhands-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/css/font-variant-shorthand-from-longhands-expected.txt
@@ -7,10 +7,14 @@ PASS style.fontVariant is ""
PASS computedStyle.fontVariant is "normal"
PASS style.fontVariant is ""
PASS computedStyle.fontVariant is "small-caps"
-PASS style.fontVariant is "discretionary-ligatures small-caps"
+PASS style.fontVariant is ""
PASS computedStyle.fontVariant is "discretionary-ligatures small-caps"
-PASS style.fontVariant is "discretionary-ligatures"
-PASS computedStyle.fontVariant is "discretionary-ligatures"
+PASS style.fontVariant is "discretionary-ligatures small-caps proportional-nums"
+PASS computedStyle.fontVariant is "discretionary-ligatures small-caps proportional-nums"
+PASS style.fontVariant is "discretionary-ligatures proportional-nums"
+PASS computedStyle.fontVariant is "discretionary-ligatures proportional-nums"
+PASS style.fontVariant is "small-caps proportional-nums"
+PASS computedStyle.fontVariant is "small-caps proportional-nums"
PASS style.fontVariant is "small-caps"
PASS computedStyle.fontVariant is "small-caps"
PASS style.fontVariant is "no-common-ligatures no-discretionary-ligatures no-historical-ligatures no-contextual small-caps"

Powered by Google App Engine
This is Rietveld 408576698