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-opaque-layer.html
blob
0fcaa3662982a8c65ac58368a1a8d1533ab5c08f
1
<!DOCTYPE
HTML
>
2
<html>
3
<head>
4
<style>
5
div {
6
width:
300
px;
7
height:
300
px;
8
background: url(
"resources/ducky.jpg"
), green;
9
background-blend-mode: multiply, normal;
10
}
11
</style>
12
</head>
13
<!-- This file should contain a duck on top of a green background, blended with multiply. -->
14
<body>
15
<div></div>
16
</body>
17
</html>