Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <style> | |
| 3 div { | |
| 4 font-family:Tahoma; | |
| 5 font-size:14px; | |
| 6 } | |
| 7 .complex { | |
| 8 text-rendering:optimizeLegibility; | |
| 9 } | |
| 10 </style> | |
| 11 <p>All lines should look the same. | |
| 12 <p>This test is intentionally a pixel test, see crbug.com/452914. | |
| 13 <div class=complex>!!!!!!!!!!!!!!<br>!!!!!!!!!!!!!!<br>!!!!!!!!!!!!!!<br>!!!!!!! !!!!!!!</div> | |
| 14 <div>!!!!!!!!!!!!!!<br>!!!!!!!!!!!!!!<br>!!!!!!!!!!!!!!<br>!!!!!!!!!!!!!!</div> | |
| OLD | NEW |