blob: 1b6a73b81257f22b76dfe82223cba3b43c3d8fac [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
div {
background: url('resources/ducky.png') no-repeat 0 0 /100% 100%, linear-gradient(to right, white 0%, gray 100%), green;
width: 200px;
height: 200px;
margin: 10px;
}
</style>
<!-- Test whether default blend mode values are set for the unspecified layers in -webkit-background-blend-mode. -->
</head>
<body>
<div style="-webkit-background-blend-mode: normal;"></div>
<div style="-webkit-background-blend-mode: difference;"></div>
</body>
</html>