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
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
css3
/
blending
/
background-blend-mode-background-clip-padding-box.html
blob
82f7b8965607a7ccc93dc06a65c2242da8491cdd
1
<!-- Blend a background image and a background color specifying background-clip: padding-box -->
2
<!DOCTYPE
HTML
>
3
<html>
4
<head>
5
<style>
6
div {
7
padding:
8.5
px;
8
margin:
0 0 9
px;
9
background: url('resources/white_square.svg'), #
777777
;
10
background-clip: padding-box;
11
width:
200
px;
12
height:
200
px;
13
margin:
10
px;
14
background-blend-mode: multiply;
15
}
16
</style>
17
</head>
18
19
<body>
20
<div></div>
21
</body>
22
</html>