Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <style> | 4 <style> |
| 5 body { | 5 body { |
| 6 zoom: 1.1; | 6 zoom: 1.1; |
| 7 } | 7 } |
| 8 | 8 |
| 9 div { | 9 div { |
| 10 display: inline-block; | 10 display: inline-block; |
| (...skipping 12 matching lines...) Expand all Loading... | |
| 23 } | 23 } |
| 24 </style> | 24 </style> |
| 25 </head> | 25 </head> |
| 26 <body> | 26 <body> |
| 27 <div><i></i>Test</div> | 27 <div><i></i>Test</div> |
| 28 <p> | 28 <p> |
| 29 List item above should be on same line as the word 'Test'. | 29 List item above should be on same line as the word 'Test'. |
| 30 </p> | 30 </p> |
| 31 </body> | 31 </body> |
| 32 </html> | 32 </html> |
| OLD | NEW |