blob: 262525c619c82784f3f4de9f60ca0517616922ce [file] [log] [blame]
<!DOCTYPE HTML>
<html>
<head>
<style>
div {
width: 100px;
height: 100px;
background-color: #777777;
}
</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>