Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / Source / web / tests / data / iframe-scrolling.html
blobbfb3393258bde9b00cfc4219f2419dd403a1a052
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style type="text/css">
5 body {
6 height: 2000px;
8 #scrollable {
9 margin-top: 50px;
10 margin-left: 50px;
11 width: 200px;
12 height: 200px;
14 </style>
15 </head>
16 <body>
17 <iframe src="iframe-scrolling-inner.html" id="scrollable"/>
18 </body>
19 </html>