haikuwebkit/LayoutTests/css3/blending/blend-mode-isolation-overfl...

9 lines
339 B
HTML

<!DOCTYPE HTML>
<link rel="stylesheet" href="resources/blending-style.css">
<p>This test checks that an element with overflow hidden, being normal flow only, isolates blending descendants properly.<br/>
Test passes if you see a green rectangle.</p>
<div class="clipping isolating box">
<div class="lime hbar difference"></div>
</div>