<!DOCTYPE HTML> | |
<head> | |
<link rel="stylesheet" href="resources/blending-style.css"> | |
<style> | |
html { | |
background-color: green; | |
} | |
</style> | |
</head> | |
<body class="isolating 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="red box multiply"></div> | |
</body> |