blob: 80f31e495cb16fa5c19d9047d275c58933b7ed38 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- Test to ensure that "isolation:isolate" creates a stacking context, thus preventing blending with the parent element. -->
<link rel="stylesheet" href="resources/blending-style.css">
<div class="gray7 bigbox">
<div class="isolating yellow box" style="margin-left: 30px;">
<div class="aqua box multiply" style="margin-left: 30px;"></div>
</div>
</div>