Sign in
webkit
/
WebKit
/
f6013b2d8a67a21431419ad45d183d56cb11b105
/
.
/
LayoutTests
/
fast
/
backgrounds
/
bgCompositeCopy.html
blob: 5a9898992f10229bf6270e799b43105936facab2 [
file
] [
log
] [
blame
]
<head>
<style>
div
{
background-image
:
url
(
resources/rgba16.png
);
-webkit-background-composite
:
copy
;
}
</style>
</head>
<body>
<div
style
=
"
width
:
85px
;
height
:
62px
"
></div>
</body>