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

Unified Diff: LayoutTests/fast/text/small-caps-turkish.html

Issue 1135003004: Make small-caps work correctly with tr locale (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: add back TestExpectations change Created 5 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 | « LayoutTests/TestExpectations ('k') | LayoutTests/platform/linux/fast/text/small-caps-turkish-expected.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/text/small-caps-turkish.html
diff --git a/LayoutTests/fast/text/text-transform-upper-turkic.html b/LayoutTests/fast/text/small-caps-turkish.html
similarity index 66%
copy from LayoutTests/fast/text/text-transform-upper-turkic.html
copy to LayoutTests/fast/text/small-caps-turkish.html
index dd3b14a96e30f55439437c96771102c78a289b74..b8fdb9878caa29054079838faf29e8349263606a 100644
--- a/LayoutTests/fast/text/text-transform-upper-turkic.html
+++ b/LayoutTests/fast/text/small-caps-turkish.html
@@ -2,32 +2,20 @@
<html>
<head><meta charset="utf-8">
<style>
- .upper {text-transform: uppercase; color: green;}
+ .upper {font-variant: small-caps; }
</style>
</head>
<body>
-Strings in green and black should match each other in each line below.
<p>locale=tr: <span lang="tr" class="upper">Isiİ İsıI</span> :
-<span>ISİİ İSII</span></p>
<p>locale=tr_TR: <span lang="tr_TR" class="upper">Isiİ İsıI</span> :
-<span>ISİİ İSII</span></p>
<p>locale=tr-TR: <span lang="tr-TR" class="upper">Isiİ İsıI</span> :
-<span>ISİİ İSII</span></p>
<p>locale=tr@foo=bar: <span lang="tr@foo=bar" class="upper">Isiİ İsıI</span> :
-<span>ISİİ İSII</span></p>
<p>locale=az: <span lang="az" class="upper">Isiİ İsıI</span> :
-<span>ISİİ İSII</span></p>
<p>locale=az_AZ: <span lang="az_AZ" class="upper">Isiİ İsıI</span> :
-<span>ISİİ İSII</span></p>
<p>locale=az-AZ: <span lang="az-AZ" class="upper">Isiİ İsıI</span> :
-<span>ISİİ İSII</span></p>
<p>locale=az@foo=bar: <span lang="az@foo=bar" class="upper">Isiİ İsıI</span> :
-<span>ISİİ İSII</span></p>
<p>locale=tr-US: <span lang="tr-US" class="upper">Isiİ İsıI</span> :
-<span>ISİİ İSII</span></p>
<p>locale=TR: <span lang="TR" class="upper">Isiİ İsıI</span> :
-<span>ISİİ İSII</span></p>
<p>locale=en: <span lang="en" class="upper">Isiİ İsıI</span> :
-<span>ISIİ İSII</span></p>
</body>
</html>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/platform/linux/fast/text/small-caps-turkish-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698