haikuwebkit/LayoutTests/css3/blending/background-blend-mode-diffe...

10 lines
356 B
HTML

<!DOCTYPE html>
<head>
<link rel="stylesheet" href="resources/blending-style.css">
</head>
<!-- This file should contain two divs that should perform blending with the background color.-->
<body>
<div class="green margin10 bg-full bigbox bg-multiply ducky"></div>
<div class="green margin10 bg-full bigbox bg-multiply ducky-jpg"></div>
</body>