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