Sign in
webkit
/
WebKit
/
dbb3923cafb6f84475e7a38fbee3e22998746738
/
.
/
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>