blob: 87937ce0d71efc42607178ffb50bd0bcde4f7772 [file] [log] [blame] [edit]
<!DOCTYPE HTML>
<html>
<head>
<style>
div {
width: 100px;
height: 100px;
background-color: #FFFFFF;
background-image: url('resources/gray_square.svg');
-webkit-background-blend-mode: multiply;
}
</style>
</head>
<!-- Test whether blend mode applies when specifying the background layers separately, using both background-image and background-color -->
<body>
<div></div>
</body>
</html>