Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / Source / web / tests / data / 200-by-300.html
blobeeb5d8a95d28bff492868b8d00760ed646f7faeb
1 <!DOCTYPE html>
2 <html>
4 <head>
5 <style>
6 body {
7 margin: 0px;
9 #content {
10 background: silver;
11 width: 200px;
12 height: 300px;
14 </style>
15 </head>
17 <body>
18 <div id="content">a</div>
19 </body>
21 </html>