Sign in
chromium
/
chromium
/
src
/
d4bbeec02cbdaf23d6fc04c616b5d7f1c7c9b851
/
.
/
third_party
/
blink
/
web_tests
/
css3
/
blending
/
background-blend-mode-svg-expected.html
blob: db1387b19c0ba1f502c542b1e8edaada1bbab032 [
file
] [
log
] [
blame
]
<!DOCTYPE HTML>
<!-- Test background blending with SVG. Test passes if you can see a green square. -->
<style
type
=
"text/css"
>
div
{
width
:
100px
;
height
:
100px
;
background
:
green
;
}
</style>
<div></div>