Sign in
webkit
/
WebKit
/
4104acafefd1763affd7ae709c629afa51723350
/
.
/
LayoutTests
/
css3
/
images
/
cross-fade-blending-expected.html
blob: fd4d4d6343e79706939eb55f3e2dc4073ef31f47 [
file
] [
log
] [
blame
]
<html>
<style>
div
{
width
:
200px
;
height
:
100px
;
}
.
image
{
background-image
:
url
(
resources/green-10.png
);
}
</style>
<div
class
=
"image"
></div>
<div
class
=
"image"
></div>
<div
class
=
"image"
></div>
</html>