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

Unified Diff: third_party/WebKit/LayoutTests/fast/text/font-features/font-variant-numeric-expected.html

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/text/font-features/font-variant-numeric-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/text/font-features/font-variant-caps.html b/third_party/WebKit/LayoutTests/fast/text/font-features/font-variant-numeric-expected.html
similarity index 92%
copy from third_party/WebKit/LayoutTests/fast/text/font-features/font-variant-caps.html
copy to third_party/WebKit/LayoutTests/fast/text/font-features/font-variant-numeric-expected.html
index 08d9301a1ce3f333ed2bd2fa4f2f8042078e1d68..2e4ac581daff9cd05ca689c04e3b6a42d2a8be46 100644
--- a/third_party/WebKit/LayoutTests/fast/text/font-features/font-variant-caps.html
+++ b/third_party/WebKit/LayoutTests/fast/text/font-features/font-variant-numeric-expected.html
@@ -14,7 +14,7 @@
<body>
<div id="content"></div>
<script type="text/javascript">
- document.getElementById("content").appendChild(createFeatureTestTable(gPropertyData, "font-variant-caps", false, false));
+ document.getElementById("content").appendChild(createFeatureTestTable(gPropertyData, "font-variant-numeric", true, false));
</script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698