Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <style> | |
| 3 div { | |
| 4 font: 20px Times; | |
| 5 -webkit-hyphens: auto; | |
| 6 hyphens: auto; | |
| 7 } | |
| 8 </style> | |
| 9 <script> | |
| 10 if (window.internals) | |
| 11 internals.setMockHyphenation('en-us'); | |
| 12 </script> | |
| 13 <table cellspacing=0 cellpadding=0 lang="en-us"> | |
| 14 <tr> | |
| 15 <td> | |
| 16 <div> | |
| 17 a hyphenation test. | |
| 18 </div> | |
| 19 </td> | |
| 20 <td style="width: 100%"></td> | |
| 21 </tr> | |
| 22 </table> | |
| OLD | NEW |