blob: 0fcaa3662982a8c65ac58368a1a8d1533ab5c08f [file] [log] [blame]
<!DOCTYPE HTML>
<html>
<head>
<style>
div {
width: 300px;
height: 300px;
background: url("resources/ducky.jpg"), green;
background-blend-mode: multiply, normal;
}
</style>
</head>
<!-- This file should contain a duck on top of a green background, blended with multiply. -->
<body>
<div></div>
</body>
</html>