Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / paint / invalidation / spv2 / scrollbar-invalidation-on-resize-expected.html
blobbf9b50d67f8e1a91a3a9891d55c25382170d07b4
1 <!DOCTYPE html>
2 <style>
3 #scrollable {
4 overflow: scroll;
5 position: absolute;
6 top: 50px;
7 width: 300px;
8 height: 100px;
10 </style>
11 When a scrollable area is resized, the invalidation area should cover non-composited scrollbars.
12 <div id="scrollable"></div>