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

Unified Diff: LayoutTests/fast/text/hyphens.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-locale.html ('k') | LayoutTests/fast/text/hyphens-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/text/hyphens.html
diff --git a/LayoutTests/fast/text/hyphens.html b/LayoutTests/fast/text/hyphens.html
deleted file mode 100644
index b5f7afaa713f943e3040a2aed080fca886ea0c16..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/text/hyphens.html
+++ /dev/null
@@ -1,81 +0,0 @@
-<style>
- html {
- -webkit-locale: "en_US";
- }
-
- .text-box {
- border: solid;
- padding: 4px;
- width: 330px;
- font-size: 18px;
- text-align: justify;
- }
-
- .float {
- width: 75px;
- height: 5em;
- background-color: aliceblue;
- float: right;
- margin-left: 10px;
- }
-
- .hyphens-auto {
- -webkit-hyphens: auto;
- }
-
- .hyphens-none {
- -webkit-hyphens: none;
- }
-
- .test {
- float: left;
- margin: 0 4px;
- }
-</style>
-<div class="test">
- <p><tt>hyphens: manual</tt> without soft hyphens</p>
- <div class="text-box">
- <div class="float"></div>
- The chief difficulty Alice found at first was in managing her
- flamingo: she succeeded in getting its body tucked away,
- comfortably enough, under her arm, with its legs hanging down,
- but generally, just as she had got its neck nicely straightened
- out, and was going to give the hedgehog a blow with its head, it
- would twist itself round and look up in her face&#x2026;
- </div>
-</div>
-<div class="test">
- <p><tt>hyphens: none</tt> with soft hyphens</p>
- <div class="text-box hyphens-none">
- <div class="float"></div>
- The chief difficulty Alice found at first was in managing her
- flamingo: she succeeded in get&shy;ting its body tucked away, com&shy;fortably enough, under her arm, with its legs hanging down,
- but generally, just as she had got its neck nicely straight&shy;ened
- out, and was going to give the hedge&shy;hog a blow with its head, it
- would twist itself round and look up in her face&#x2026;
- </div>
-</div>
-<div class="test">
- <p><tt>hyphens: manual</tt> with soft hyphens</p>
- <div class="text-box">
- <div class="float"></div>
- The chief difficulty Alice found at first was in managing her
- flamingo: she succeeded in get&shy;ting its body tucked away,
- com&shy;fortably enough, under her arm, with its legs hanging down,
- but generally, just as she had got its neck nicely straight&shy;ened
- out, and was going to give the hedge&shy;hog a blow with its head, it
- would twist itself round and look up in her face&#x2026;
- </div>
-</div>
-<div class="test">
- <p><tt>hyphens: auto</tt> without soft hyphens</p>
- <div class="text-box hyphens-auto">
- <div class="float"></div>
- The chief difficulty Alice found at first was in managing her
- flamingo: she succeeded in getting its body tucked away,
- comfortably enough, under her arm, with its legs hanging down,
- but generally, just as she had got its neck nicely straightened
- out, and was going to give the hedgehog a blow with its head, it
- would twist itself round and look up in her face&#x2026;
- </div>
-</div>
« no previous file with comments | « LayoutTests/fast/text/hyphenate-locale.html ('k') | LayoutTests/fast/text/hyphens-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698