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
/
compositing
/
repaint
/
end-of-opacity-transition-expected.html
blob
0a4b563312988fa0b355de79652b00833e2eb81c
1
<!DOCTYPE
html
>
2
<style>
3
#foreground {
4
position: absolute;
5
top:
0
;
6
left:
0
;
7
width:
200
px;
8
height:
200
px;
9
background-color: green;
10
}
11
body {
12
margin:
0
;
13
}
14
#description {
15
position: absolute;
16
top:
300
px;
17
}
18
</style>
19
<div
id
=
"foreground"
></div>
20
<div
id
=
"description"
>
21
Tests paint invalidation on end of opacity transition.
<br>
22
Passes if there is a green square and no red.
<br>
23
</div>