Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / multicol / scrolling-overflow-expected.html
blobe65a4a1d608cd4affc4fe44e9188721a9f407c68
1 <!DOCTYPE html>
2 <script>
3 onload = function() { document.scrollingElement.scrollLeft = 150 - 10; }
4 </script>
5 <style>
6 body { margin:10px; }
7 </style>
9 <p style="position:fixed; top:0;">Below there should be a green square with a black border, and no red.</p>
10 <div style="margin-top:5em;">
11 <div style="float:right; width:0;">
12 <div style="width:100px; height:100px; margin-left:50px; box-sizing:border-box; border:3px solid black; background:green;"></div>
13 </div>
14 <div style="padding-left:50px; width:200%; height:1px;"></div> <!-- set scroll area -->
15 </div>