Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / paint / invalidation / spv2 / absolute-layer-specified-left-or-right-auto-width-moved-vertically-expected.html
blob2f4599522608c31f6d003c510daf3dafd7963f17
1 <!DOCTYPE html>
2 <style>
3 #left, #right {
4 position: absolute;
5 top: 400px;
6 -webkit-backface-visibility: hidden;
8 #left {
9 left: 0px;
11 #right {
12 right: 0px;
14 </style>
16 There should be no repaint when the divs are moved vertically.
17 <div id="left">Left</div>
18 <div id="right">Right</div>
19 <pre id="result"></pre>