Sign in
webkit
/
WebKit
/
34573b4327f502983405341f6edd2f8dcbc2cb0c
/
.
/
LayoutTests
/
imported
/
blink
/
fast
/
repaint
/
absolute-position-and-opacity-changed-expected.html
blob: 87ef52af85fbec45d9cfdd1bd9728e2c8281a1d0 [
file
] [
log
] [
blame
]
<!doctype html>
<style>
div
{
width
:
50px
;
height
:
50px
;
position
:
absolute
;
top
:
30px
;
}
</style>
There should be a single green square below.
<div
style
=
"
background
:
red
"
></div>
<div
style
=
"
background
:
green
;
opacity
:
0.9
"
id
=
"target"
></div>