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

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

Powered by Google App Engine
This is Rietveld 408576698