| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <style> | 2 <style> |
| 3 div { | 3 div { |
| 4 border: thin solid black; | 4 border: thin solid black; |
| 5 display: inline-block; | 5 display: inline-block; |
| 6 font-family: 'Courier New'; | 6 font-family: 'Courier New'; |
| 7 vertical-align: top; | 7 vertical-align: top; |
| 8 min-width: 11ch; | 8 min-width: 11ch; |
| 9 } | 9 } |
| 10 | 10 |
| 11 span { | 11 span { |
| 12 border: thin solid black; | 12 border: thin solid black; |
| 13 display: block; | 13 display: block; |
| 14 } | 14 } |
| 15 | 15 |
| 16 img { | 16 img { |
| 17 width: 1em; | 17 width: 1em; |
| 18 height: 1em; | 18 height: 1em; |
| 19 background-color: blue; | 19 background-color: blue; |
| 20 } | 20 } |
| 21 </style> | 21 </style> |
| 22 <script> | 22 <script> |
| 23 if (window.internals) | 23 if (window.internals) |
| 24 internals.setMockHyphenation('en-us'); | 24 internals.setMockHyphenation('en-us'); |
| 25 </script> | 25 </script> |
| 26 <div lang="en-us"> | 26 <div lang="en-us"> |
| 27 <div> | 27 <div> |
| 28 <span style="width: 2ch;">hyphenation</span> | |
| 29 <span style="width: 3.1ch;">hyphenation</span> | |
| 30 <span style="width: 4ch;">hyphenation</span> | |
| 31 <span style="width: 5.1ch;">hyphenation</span> | |
| 32 <span style="width: 6ch;">hyphenation</span> | |
| 33 <span style="width: 7.1ch;">hyphenation</span> | |
| 34 <span style="width: 8ch;">hyphenation</span> | |
| 35 <span style="width: 9ch;">hyphenation</span> | |
| 36 <span style="width: 10ch;">hyphenation</span> | |
| 37 <span style="width: 11ch;">hyphenation</span> | |
| 38 </div> | |
| 39 <div> | |
| 40 <span style="width: 2ch;">hyphenation<img></span> | 28 <span style="width: 2ch;">hyphenation<img></span> |
| 41 <span style="width: 3.1ch;">hy-<br>phenation<img></span> | 29 <span style="width: 3.1ch;">hy-<br>phenation<img></span> |
| 42 <span style="width: 4ch;">hy-<br>phenation<img></span> | 30 <span style="width: 4ch;">hy-<br>phenation<img></span> |
| 43 <span style="width: 5.1ch;">hy-<br>phen-<br>ation<img></span> | 31 <span style="width: 5.1ch;">hy-<br>phen-<br>ation<img></span> |
| 44 <span style="width: 6ch;">hy-<br>phen-<br>ation<img></span> | 32 <span style="width: 6ch;">hy-<br>phen-<br>ation<img></span> |
| 45 <span style="width: 7.1ch;">hyphen-<br>ation<img></span> | 33 <span style="width: 7.1ch;">hyphen-<br>ation<img></span> |
| 46 <span style="width: 8ch;">hyphen-<br>ation<img></span> | 34 <span style="width: 8ch;">hyphen-<br>ation<img></span> |
| 47 <span style="width: 9ch;">hyphen-<br>ation<img></span> | 35 <span style="width: 9ch;">hyphen-<br>ation<img></span> |
| 48 <span style="width: 10ch;">hyphen-<br>ation<img></span> | 36 <span style="width: 10ch;">hyphen-<br>ation<img></span> |
| 49 <span style="width: 11ch;">hyphenation<img></span> | 37 <span style="width: 11ch;">hyphenation<img></span> |
| (...skipping 20 matching lines...) Expand all Loading... |
| 70 </div> | 58 </div> |
| 71 <div> | 59 <div> |
| 72 <span style="width: 8ch;">a hy-<br>phen-<br>ation test</span> | 60 <span style="width: 8ch;">a hy-<br>phen-<br>ation test</span> |
| 73 <span style="width: 9.1ch;">a hyphen-<br>ation test</span> | 61 <span style="width: 9.1ch;">a hyphen-<br>ation test</span> |
| 74 <span style="width: 10ch;">a hyphen-<br>ation test</span> | 62 <span style="width: 10ch;">a hyphen-<br>ation test</span> |
| 75 <span style="width: 11ch;">a hyphen-<br>ation test</span> | 63 <span style="width: 11ch;">a hyphen-<br>ation test</span> |
| 76 <span style="width: 12ch;">a hyphen-<br>ation test</span> | 64 <span style="width: 12ch;">a hyphen-<br>ation test</span> |
| 77 <span style="width: 13.1ch;">a hyphenation test</span> | 65 <span style="width: 13.1ch;">a hyphenation test</span> |
| 78 </div> | 66 </div> |
| 79 </div> | 67 </div> |
| OLD | NEW |