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

Unified Diff: third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-properties-overload-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/inspector/elements/styles-4/styles-properties-overload-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-properties-overload-expected.txt b/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-properties-overload-expected.txt
index ea6a64809e5d025864781a0761b9d702ea089a42..a0b30d4fdef6329d7219750a36197ae41de14d6a 100644
--- a/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-properties-overload-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-4/styles-properties-overload-expected.txt
@@ -12,8 +12,9 @@ element.style { ()
margin-bottom: 1px;
font: 10px Arial;
font-style: normal;
- font-variant-caps: normal;
font-variant-ligatures: normal;
+ font-variant-caps: normal;
+ font-variant-numeric: normal;
font-weight: normal;
font-stretch: normal;
font-size: 10px;

Powered by Google App Engine
This is Rietveld 408576698