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

Side by Side 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, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head><meta charset="utf-8">
4 <style>
5 .upper {font-variant: small-caps; }
6 </style>
7 </head>
8 <body>
9 <p>locale=tr: <span lang="tr" class="upper">Isiİ İsıI</span> :
10 <p>locale=tr_TR: <span lang="tr_TR" class="upper">Isiİ İsıI</span> :
11 <p>locale=tr-TR: <span lang="tr-TR" class="upper">Isiİ İsıI</span> :
12 <p>locale=tr@foo=bar: <span lang="tr@foo=bar" class="upper">Isiİ İsıI</span> :
13 <p>locale=az: <span lang="az" class="upper">Isiİ İsıI</span> :
14 <p>locale=az_AZ: <span lang="az_AZ" class="upper">Isiİ İsıI</span> :
15 <p>locale=az-AZ: <span lang="az-AZ" class="upper">Isiİ İsıI</span> :
16 <p>locale=az@foo=bar: <span lang="az@foo=bar" class="upper">Isiİ İsıI</span> :
17 <p>locale=tr-US: <span lang="tr-US" class="upper">Isiİ İsıI</span> :
18 <p>locale=TR: <span lang="TR" class="upper">Isiİ İsıI</span> :
19 <p>locale=en: <span lang="en" class="upper">Isiİ İsıI</span> :
20 </body>
21 </html>
OLDNEW
« 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