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

10 lines
295 B
HTML

<!DOCTYPE HTML>
<head>
<link rel="stylesheet" href="resources/blending-style.css">
</head>
<!-- This file should contain a duck with multiply blending set from script. -->
<body>
<p>Test passes if the duck is green</p>
<div class="green box bg-full ducky bg-multiply"></div>
</body>