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
/
resize-with-border-expected.html
blob
36164725239d485a3dfe0df38b862282c02aadd9
1
<!DOCTYPE
html
>
2
<style>
3
body {
4
margin:
0
;
5
}
6
#div {
7
position: absolute;
8
top:
100
px;
9
left:
100
px;
10
width:
400
px;
11
height:
200
px;
12
border: green
10
px solid;
13
}
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>