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
/
fast
/
repaint
/
absolute-position-and-opacity-changed-expected.html
blob
87ef52af85fbec45d9cfdd1bd9728e2c8281a1d0
1
<!doctype
html
>
2
<style>
3
div {
4
width:
50
px;
5
height:
50
px;
6
position: absolute;
7
top:
30
px;
8
}
9
</style>
10
There should be a single green square below.
11
<div
style
=
"background: red"
></div>
12
<div
style
=
"background: green; opacity: 0.9"
id
=
"target"
></div>