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

Unified Diff: LayoutTests/fast/text/soft-hyphen-min-preferred-width.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/soft-hyphen-min-preferred-width.html
diff --git a/LayoutTests/fast/text/soft-hyphen-min-preferred-width.html b/LayoutTests/fast/text/soft-hyphen-min-preferred-width.html
index de8b1caa5c2acb52060dd0787a9622af9bf22d6d..e24eceda28f7cd2e7a3feca151e492aef83a03dc 100644
--- a/LayoutTests/fast/text/soft-hyphen-min-preferred-width.html
+++ b/LayoutTests/fast/text/soft-hyphen-min-preferred-width.html
@@ -11,18 +11,7 @@
<table cellspacing=0 cellpadding=0>
<tr>
<td>
- <div style="-webkit-hyphens: manual;">extraordinar&shy;ily</div>
- </td>
- <td style="width: 100%"></td>
- </tr>
-</table>
-<p>
- The text should not overflow the box.
-</p>
-<table cellspacing=0 cellpadding=0>
- <tr>
- <td>
- <div style="-webkit-hyphens: none;">extraordinar&shy;ily</div>
+ <div>extraordinar&shy;ily</div>
</td>
<td style="width: 100%"></td>
</tr>
« no previous file with comments | « LayoutTests/fast/text/hyphens-expected.txt ('k') | LayoutTests/fast/text/soft-hyphen-min-preferred-width-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698