blob: 5dd020ff9f53404729cf5d573870801833a0fd24 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
div {
-webkit-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>