| Index: LayoutTests/fast/text/hyphenate-locale.html
|
| diff --git a/LayoutTests/fast/text/hyphenate-locale.html b/LayoutTests/fast/text/hyphenate-locale.html
|
| deleted file mode 100644
|
| index e15d1cb783c3b06c2e822b737d9e7df48763fa4e..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/text/hyphenate-locale.html
|
| +++ /dev/null
|
| @@ -1,15 +0,0 @@
|
| -<div style="-webkit-hyphens: auto; font-size: 36px; width: 130px;">
|
| - <div>throughout</div>
|
| - <div style="-webkit-locale: 'en';">throughout</div>
|
| - <div style="-webkit-locale: 'en_US';">throughout</div>
|
| - <div style="-webkit-locale: 'en_GB';">throughout</div>
|
| - <div style="-webkit-locale: 'not-a-locale';">throughout</div>
|
| -</div>
|
| -
|
| -<div style="-webkit-hyphens: auto; font-size: 36px; width: 135px;">
|
| - <div>reciprocity</div>
|
| - <div style="-webkit-locale: 'en';">reciprocity</div>
|
| - <div style="-webkit-locale: 'en_US';">reciprocity</div>
|
| - <div style="-webkit-locale: 'en_GB';">reciprocity</div>
|
| - <div style="-webkit-locale: 'not-a-locale';">reciprocity</div>
|
| -</div>
|
|
|