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-single-layer-no-blending.html
blob
7c5c4a6c075304932e7ed77ef8526ff802e16246
1
<!DOCTYPE
HTML
>
2
<html>
3
<head>
4
<style>
5
div {
6
background-blend-mode: multiply;
7
background: url('resources/ducky.png') no-repeat
0 0
/
100
%
100
%;
8
width:
200
px;
9
height:
200
px;
10
}
11
</style>
12
<!-- This file should contain a duck that shouldn't have any blending. -->
13
</head>
14
<body>
15
<div></div>
16
</body>
17
</html>