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