blob: 3d6d954feb34a656f3b9675f3be0dc6c81a247f6 [file] [log] [blame]
<!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>