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

Unified Diff: LayoutTests/fast/text/hyphenate-character.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
Index: LayoutTests/fast/text/hyphenate-character.html
diff --git a/LayoutTests/fast/text/hyphenate-character.html b/LayoutTests/fast/text/hyphenate-character.html
index 2dc541e6e99c154cb6c031909f3eaa196521bdf9..35abb30f945a4eaad30ebed530bd7fd975b2407a 100644
--- a/LayoutTests/fast/text/hyphenate-character.html
+++ b/LayoutTests/fast/text/hyphenate-character.html
@@ -1,23 +1,10 @@
<style>
- html {
- -webkit-locale: "en_US";
- }
-
.text-box {
border: solid;
padding: 4px;
- width: 330px;
+ width: 110px;
font-size: 18px;
text-align: justify;
- -webkit-hyphens: auto;
- }
-
- .float {
- width: 75px;
- height: 5em;
- background-color: aliceblue;
- float: right;
- margin-left: 10px;
}
.hyphenate-character-auto {
@@ -40,48 +27,24 @@
<div class="test">
<p>The initial value (should be like <tt>auto</tt>)</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;
+ antidisestab&shy;lishment&shy;arianism
</div>
</div>
<div class="test">
<p>The default (<tt>hyphenate-character: auto</tt>)</p>
<div class="text-box hyphenate-character-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;
+ antidisestab&shy;lishment&shy;arianism
</div>
</div>
<div class="test">
<p>Bullet (<tt>hyphenate-character: "\2022"</tt>)</p>
<div class="text-box hyphenate-character-bullet">
- <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;
+ antidisestab&shy;lishment&shy;arianism
</div>
</div>
<div class="test">
<p>Middle dot and tilde (<tt>hyphenate-character: "\B7~"</tt>)</p>
<div class="text-box hyphenate-character-tilde-dot">
- <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;
+ antidisestab&shy;lishment&shy;arianism
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698