repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
css3
/
blending
/
background-blend-mode-svg-expected.html
blob
db1387b19c0ba1f502c542b1e8edaada1bbab032
1
<!DOCTYPE
HTML
>
2
<!-- Test background blending with SVG. Test passes if you can see a green square. -->
3
<style
type
=
"text/css"
>
4
div
{
5
width
:
100px
;
6
height
:
100px
;
7
background
:
green
;
8
}
9
</style>
10
<div></div>