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