| 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…
|
| + antidisestab­lishment­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…
|
| + antidisestab­lishment­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…
|
| + antidisestab­lishment­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…
|
| + antidisestab­lishment­arianism
|
| </div>
|
| </div>
|
|
|