blob: 5c51d06ad214beee11f5cb2d53b732c0736c024c [file] [log] [blame]
<!DOCTYPE HTML>
<html>
<head>
<style>
div {
margin: 5px;
width: 130px;
height: 130px;
background: url('resources/ducky.jpg') no-repeat 0 0 /100% 100%, url('resources/ducky.png') no-repeat 0 0 /100% 100%;
float: left;
}
</style>
<!-- This file should contain an image on top of another image for every type of blending -->
<body>
<div style="background-blend-mode: normal, normal"></div>
<div style="background-blend-mode: multiply, normal"></div>
<div style="background-blend-mode: screen, normal"></div>
<div style="background-blend-mode: overlay, normal"></div>
<div style="background-blend-mode: darken, normal"></div>
<div style="background-blend-mode: lighten, normal"></div>
<div style="background-blend-mode: color-dodge, normal"></div>
<div style="background-blend-mode: color-burn, normal"></div>
<div style="background-blend-mode: hard-light, normal"></div>
<div style="background-blend-mode: soft-light, normal"></div>
<div style="background-blend-mode: difference, normal"></div>
<div style="background-blend-mode: exclusion, normal"></div>
<div style="background-blend-mode: hue, normal;"></div>
<div style="background-blend-mode: saturation, normal"></div>
<div style="background-blend-mode: color, normal"></div>
<div style="background-blend-mode: luminosity, normal"></div>
</body>
</html>