Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <html> | |
| 3 <style> | |
| 4 body { | |
| 5 background: green; | |
| 6 color: blue; | |
| 7 width: 1000px; | |
| 8 height: 1000px; | |
| 9 } | |
| 10 </style> | |
| 11 <body> | |
| 12 Should be blue on green if body's full size (including scrollbars) >= 795x595 px. | |
| 13 </body> | |
| OLD | NEW |