Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / paint / invalidation / spv2 / button-inner-no-repaint-expected.html
blobf0fcd513a35c77c99e4e627dff63f146bb285e46
1 <!DOCTYPE html>
2 <style>
3 button {
4 position: absolute;
5 width: 300px;
6 height: 100px;
8 </style>
9 <button>Should not repaint on style change that doesn't change visual.</button>