Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <html> | |
| 3 <head> | |
| 4 <style type="text/css"> | |
| 5 body { margin: 0; padding: 0; } | |
| 6 </style> | |
| 7 </head> | |
| 8 <body> | |
| 9 <div style="width: 30px; height: 400px;"></div> | |
| 10 <object id="scrolled-plugin" | |
| 11 border=0 | |
| 12 type="application/x-webkit-test-webplugin" | |
| 13 width="40" | |
| 14 height="40"> | |
| 15 </object> | |
| 16 | |
| 17 </body> | |
| 18 </html> | |
| OLD | NEW |