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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/font-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-shorthand-from-longhands-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/css/font-shorthand-from-longhands-expected.txt b/third_party/WebKit/LayoutTests/fast/css/font-shorthand-from-longhands-expected.txt
index 9dbe5f505111ddc97cdf09547f37c063d5188d2c..595f9c25d802ed3af7a56707a6db4223c945bb71 100644
--- a/third_party/WebKit/LayoutTests/fast/css/font-shorthand-from-longhands-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/css/font-shorthand-from-longhands-expected.txt
@@ -30,6 +30,10 @@ PASS computedStyle.font is ''
PASS style.font is 'italic small-caps bold ultra-expanded 20px/40px sans-serif'
PASS computedStyle.font is 'italic small-caps bold ultra-expanded 20px / 40px sans-serif'
PASS style.font is ''
+PASS computedStyle.font is ''
+PASS style.font is 'italic small-caps bold ultra-expanded 20px/40px sans-serif'
+PASS computedStyle.font is 'italic small-caps bold ultra-expanded 20px / 40px sans-serif'
+PASS style.font is ''
PASS computedStyle.font is 'normal normal normal normal 16px / normal foobar'
PASS checkFontStyleValue() is true
PASS style.fontVariantCaps is 'all-small-caps'

Powered by Google App Engine
This is Rietveld 408576698