Sign in
webkit
/
WebKit
/
2b7db40d04e23e466c35ac26a2cac6ea07d1f8ff
/
.
/
LayoutTests
/
compositing
/
backgrounds
/
negative-z-index-behind-body-non-propagated-expected.html
blob: 4ad7e66c65444e04b9d420091d7acd61465b1c52 [
file
] [
log
] [
blame
]
<style>
html
{
background
:
gray
;
}
body
{
background
:
silver
;
}
div
{
position
:
absolute
;
z-index
:
-
1
;
}
.
green
{
background-color
:
green
;
width
:
200px
;
height
:
200px
;
}
</style>
<body>
<div
class
=
"green"
></div>
<div></div>