Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / paint / invalidation / spv2 / resize-with-border-expected.html
blob36164725239d485a3dfe0df38b862282c02aadd9
1 <!DOCTYPE html>
2 <style>
3 body {
4 margin: 0;
6 #div {
7 position: absolute;
8 top: 100px;
9 left: 100px;
10 width: 400px;
11 height: 200px;
12 border: green 10px solid;
14 </style>
15 <div>
16 Tests repaint when a box with border is resized.
17 Passes if the result paint rects cover all changed part,
18 the new border is correctly drawn and there is no residue of the old border.
19 </div>
20 <div id="div"></div>