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

Unified Diff: third_party/WebKit/LayoutTests/fast/text/font-features/font-variant-ligatures.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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/text/font-features/font-variant-ligatures-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/text/font-features/font-variant-ligatures.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.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.html
index 1c2f2cab232198093df0d223ba106e3d2d10b905..bde5d6237c4984c165910d68667a3ea22e536999 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.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", false, false));
</script>
</body>
</html>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/text/font-features/font-variant-ligatures-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698