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

Unified Diff: LayoutTests/fast/text/hyphenate-locale.html

Issue 20526006: Remove -webkit-hyphens and -webkit-hyphenate-limit-* properties. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: init removal Created 7 years, 5 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/fast/text/hyphenate-limit-lines-expected.txt ('k') | LayoutTests/fast/text/hyphens.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « LayoutTests/fast/text/hyphenate-limit-lines-expected.txt ('k') | LayoutTests/fast/text/hyphens.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698