Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <html> | |
| 2 <head> | |
| 3 <style> | |
| 4 .container { | |
| 5 font: 50px/1 Ahem, sans-serif; | |
| 6 color: green; | |
| 7 } | |
| 8 </style> | |
| 9 </head> | |
| 10 <body> | |
| 11 <div class="container"> | |
| 12 <p>X<br> X<br>X</p> | |
| 13 </div> | |
| 14 </body> | |
| 15 </html> | |
| 16 | |
| OLD | NEW |