blob: d75178a0919c75c38424c5f4dd9c2588a74453b8 [file] [log] [blame]
<!-- Blend a background image and a background color specifying background-clip: content-box -->
<!DOCTYPE HTML>
<head>
<link rel="stylesheet" href="resources/blending-style.css">
<style>
div {
-webkit-background-clip: content-box;
}
</style>
</head>
<body>
<div class="gray7 margin10 bigbox white-svg bg-multiply"></div>
</body>