haikuwebkit/LayoutTests/fast/backgrounds/bgCompositeCopy.html

15 lines
205 B
HTML

<head>
<style>
div {
background-image:url(resources/rgba16.png);
-webkit-background-composite:copy;
}
</style>
</head>
<body>
<div style="width:85px; height:62px"></div>
</body>