Sign in
webkit
/
WebKit
/
111df7fdeb6612675f069cb018e72aff1254938b
/
.
/
LayoutTests
/
fast
/
backgrounds
/
background-opaque-images-over-color-expected.html
blob: 936d7ba8af17476110ced36485bf43625917172a [
file
] [
log
] [
blame
]
<!doctype html>
<html>
<head>
<style
type
=
"text/css"
media
=
"screen"
>
#
greenBox
{
width
:
200px
;
height
:
100px
;
display
:
block
;
background-color
:
green
;
float
:
left
;
}
</style>
</head>
<body>
<div
id
=
"greenBox"
></div>
</body>
</html>