| 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>
|
|
|