Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <div> | |
| 3 Tests whether visual overflow contains glyph overflow when there is word-spacing . | |
| 4 Passes if the overhanging part of 'f' character is not clipped off. | |
| 5 </div> | |
| 6 <div style="font-size: 100px; word-spacing: 50px; float: left; backface-visibili ty: hidden">o f</div> | |
| OLD | NEW |