haikuwebkit/LayoutTests/css3/blending/blend-mode-body-child.html

11 lines
311 B
HTML

<!DOCTYPE HTML>
<head>
<link rel="stylesheet" href="resources/blending-style.css">
</head>
<body>
<p>This file tests that a blending element will blend with default white background.<br/>
Test passes if there is no red rectangle on the screen.</p>
<div class="box red screen"></div>
</body>