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

11 lines
328 B
HTML

<!DOCTYPE HTML>
<head>
<link rel="stylesheet" href="resources/blending-style.css">
</head>
<body class="green difference text-black">
<p>This file tests that body element will blend with body's background-color.<br/>
Test passes if you see a clean green background.</p>
<div class="black box"></div>
</body>