blob: fd99bf18f4d3b1fc26144434898f8708ea4ea47f [file] [log] [blame]
<!DOCTYPE HTML>
<head>
<link rel="stylesheet" href="resources/blending-style.css">
<style>
div {
background-image: url('resources/gray_square.svg');
}
</style>
</head>
<!-- Test whether blend mode applies when specifying the background layers separately, using both background-image and background-color -->
<body>
<div class="white box bg-multiply"></div>
</body>