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
/
fast
/
backgrounds
/
bgCompositeCopy.html
blob
5a9898992f10229bf6270e799b43105936facab2
1
<head>
2
<style>
3
div {
4
background-image:url(resources/rgba16.png);
5
-webkit-background-composite:copy;
6
}
7
</style>
8
</head>
9
10
<body>
11
12
<div
style
=
"width:85px; height:62px"
></div>
13
14
</body>