Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / paint / invalidation / spv2 / resize-scrollable-div-expected.html
blob4fe1d9bccdd1d39dbbe87b5fd0943ac78fea9b13
1 <!DOCTYPE html>
2 <div style="height: 100px">
3 Tests paint invalidation of scrollbars and scroll corner when a srollable div is resized.
4 Passes if the scrollbars and scroll corner are repainted correctly, and no under-invalidation
5 in slimming-paint mode (with slimmingPaintUnderInvalidationChecking enabled).
6 </div>
7 <div id="div" style="width: 300px; height: 300px; overflow: scroll"></div>