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
/
mix-blend-mode-background-size.html
blob
a7ace3fb5ebc28c21cffa1d25f2586291c967131
1
<!DOCTYPE
HTML
>
2
<html>
3
<head>
4
<style>
5
div {
6
width:
60
px;
7
height:
60
px;
8
}
9
</style>
10
<body
style
=
"background: olive;"
>
11
<div
style
=
"background: red; mix-blend-mode: multiply"
></div>
12
</body>
13
</html>