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