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

Side by Side Diff: LayoutTests/fast/text/hyphen-min-preferred-width-expected.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, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <div style="outline: thin dashed lightblue; -webkit-hyphens: auto;"> 1 <div style="outline: thin dashed lightblue;">
2 I <span id="could-not">couldn&rsquo;t</span> tell if she truly advocated ant idisestablishmentarianism. 2 I <span id="could-not">couldn&rsquo;t</span> tell if she tru&shy;ly ad&shy;v o&shy;cat&shy;ed anti&shy;dis&shy;est&shy;ab&shy;lish&shy;ment&shy;arian&shy;ism .
3 </div> 3 </div>
4 <script> 4 <script>
5 var couldNot = document.getElementById("could-not"); 5 var couldNot = document.getElementById("could-not");
6 var width = couldNot.getBoundingClientRect().width; 6 var width = couldNot.getBoundingClientRect().width;
7 couldNot.parentElement.style.width = Math.ceil(width); 7 couldNot.parentElement.style.width = Math.ceil(width);
8 </script> 8 </script>
OLDNEW
« no previous file with comments | « LayoutTests/fast/text/hyphen-min-preferred-width.html ('k') | LayoutTests/fast/text/hyphenate-character.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698