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

16 lines
481 B
HTML

<!DOCTYPE HTML>
<head>
<link rel="stylesheet" href="resources/blending-style.css">
<style>
html {
background-color: green;
}
</style>
</head>
<body class="black white-text">
<p>This file tests that a blending element will blend with body's black background when the html element also has background-color and the body element isolates.<br/>
Test passes if you don't see any red rectangle.</p>
<div class="box"></div>
</body>