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

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

Issue 1155543007: Revert 196325 "Make small-caps work correctly with tr locale" (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: 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
Index: trunk/LayoutTests/fast/text/small-caps-turkish.html
===================================================================
--- trunk/LayoutTests/fast/text/small-caps-turkish.html (revision 196343)
+++ trunk/LayoutTests/fast/text/small-caps-turkish.html (working copy)
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head><meta charset="utf-8">
-<style>
- .upper {font-variant: small-caps; }
-</style>
-</head>
-<body>
-<p>locale=tr: <span lang="tr" class="upper">Isiİ İsıI</span> :
-<p>locale=tr_TR: <span lang="tr_TR" class="upper">Isiİ İsıI</span> :
-<p>locale=tr-TR: <span lang="tr-TR" class="upper">Isiİ İsıI</span> :
-<p>locale=tr@foo=bar: <span lang="tr@foo=bar" class="upper">Isiİ İsıI</span> :
-<p>locale=az: <span lang="az" class="upper">Isiİ İsıI</span> :
-<p>locale=az_AZ: <span lang="az_AZ" class="upper">Isiİ İsıI</span> :
-<p>locale=az-AZ: <span lang="az-AZ" class="upper">Isiİ İsıI</span> :
-<p>locale=az@foo=bar: <span lang="az@foo=bar" class="upper">Isiİ İsıI</span> :
-<p>locale=tr-US: <span lang="tr-US" class="upper">Isiİ İsıI</span> :
-<p>locale=TR: <span lang="TR" class="upper">Isiİ İsıI</span> :
-<p>locale=en: <span lang="en" class="upper">Isiİ İsıI</span> :
-</body>
-</html>
« no previous file with comments | « trunk/LayoutTests/TestExpectations ('k') | trunk/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