blob: 7c5c4a6c075304932e7ed77ef8526ff802e16246 [file] [log] [blame]
<!DOCTYPE HTML>
<html>
<head>
<style>
div {
background-blend-mode: multiply;
background: url('resources/ducky.png') no-repeat 0 0 /100% 100%;
width: 200px;
height: 200px;
}
</style>
<!-- This file should contain a duck that shouldn't have any blending. -->
</head>
<body>
<div></div>
</body>
</html>