Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / Source / web / tests / data / fractional-scroll-fixed-position.html
blobcb207033a9be3c91bf7e3baabccf909dc8899efd
1 <!DOCTYPE html>
2 <style>
3 #settings {
4 min-width: 100px;
5 min-height: 100px;
6 position: fixed;
7 top: 0px;
8 background-color:red;
10 </style>
11 <html>
12 <body style="width:1000px;height:2000px;">
13 <div id="settings">
14 </div>
15 </body>
16 </html>