Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / paint / invalidation / spv2 / selection-clear-after-move-expected.html
blobb8c735f55dec1001d56a659caae22964e5950298
1 <!DOCTYPE html>
2 <script src="../../../fast/repaint/../../resources/run-after-layout-and-paint.js"></script>
3 <style>
4 img {
5 vertical-align: text-bottom;
6 width: 50px;
7 height: 50px;
9 div {
10 position: absolute;
11 top: 300px;
12 left: 100px;
14 </style>
15 Tests paint invalidation of selection when its cleared after the container is moved.<br>
16 Passes if no selection left.
17 <div id="div">
18 <img></img>
19 </div>