repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
paint
/
invalidation
/
spv2
/
button-inner-no-repaint-expected.html
blob
f0fcd513a35c77c99e4e627dff63f146bb285e46
1
<!DOCTYPE
html
>
2
<style>
3
button {
4
position: absolute;
5
width:
300
px;
6
height:
100
px;
7
}
8
</style>
9
<button>
Should not repaint on style change that doesn't change visual.
</button>