Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <html> | |
|
mstensho (USE GERRIT)
2014/12/01 20:59:28
No need for HTML, HEAD and BODY.
| |
| 3 <head> | |
| 4 <style> | |
| 5 .box { | |
| 6 width: 153px; | |
| 7 height: 153px; | |
| 8 margin: 10px; | |
| 9 border-width: 20px; | |
| 10 border-color: black; | |
| 11 border-style: groove; | |
| 12 } | |
| 13 </style> | |
| 14 </head> | |
| 15 <body> | |
| 16 <!-- Test mixed border styles. --> | |
|
mstensho (USE GERRIT)
2014/12/01 20:59:28
Could you add some test expectation text here? I.e
| |
| 17 <div class="box"></div> | |
| 18 </body> | |
| 19 </html> | |
| OLD | NEW |