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-repaint-expected.html
blob
d6771bd2ffb438c3b39b6e163f77db2c701ccf1b
1
<!DOCTYPE
html
>
2
3
<html>
4
<head>
5
<style>
6
#resizing {
7
width:
400
px;
8
border:
1
px solid black;
9
}
10
11
#resizing
>
div {
12
height:
50
px;
13
margin:
1
px;
14
background-color: silver;
15
}
16
</style>
17
</head>
18
<body>
19
20
<div
id
=
"resizing"
>
21
<div></div>
22
<div></div>
23
<div></div>
24
<div></div>
25
</div>
26
27
</body>
28
</html>