blob: 9af0472bf1e2de48d58eb5a8e24a8b41c7f49ac9 [file] [log] [blame]
<!DOCTYPE HTML>
<html>
<head>
<style>
div {
width: 100px;
height: 100px;
background-color: green;
background-image: url('resources/ducky.jpg');
background-blend-mode: multiply;
}
</style>
</head>
<!-- Test whether blend mode applies when specifying the background layers separately, using both background-image and background-color -->
<body>
<div></div>
</body>
</html>