Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / Source / web / tests / data / 0-by-0.html
blob26661bffed46679949174082d283ed3adfe7ced3
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta name='viewport' content='width=device-width'/>
5 <style>
6 body {
7 margin: 0px;
9 #content {
10 width: 0px;
11 height: 0px;
13 </style>
14 </head>
16 <body>
17 <div id="content">a</div>
18 </body>
20 </html>