Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!doctype html> | |
| 2 <style> | |
| 3 #scaleMe { | |
| 4 width:100px; | |
| 5 height:100px; | |
| 6 } | |
| 7 </style> | |
| 8 <body> | |
| 9 <div> | |
| 10 <img id="scaleMe" src="resources/default-profile.svg"/> | |
|
pdr.
2014/03/24 16:03:58
<img> is one of those weird not-self-closing tags.
| |
| 11 </div> | |
| 12 </body> | |
| OLD | NEW |