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

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

Issue 1958333004: Move font-variant-ligatures test to Mozilla style test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add reftest expectations 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-ligatures-expected.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-ligatures-expected.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-ligatures-expected.html
index 1c2f2cab232198093df0d223ba106e3d2d10b905..07036104378008015e7ffd3c1b9870012dd7dd51 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-ligatures-expected.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-ligatures", true, false));
</script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698