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

11 lines
334 B
HTML

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