blob: 5a8ae17ff67dd21dc20fea2fb889aa3bfcb739da [file] [edit]
<!DOCTYPE HTML>
<html>
<p>This test should not crash.</p>
<div style="width: 200px; height: 200px; isolation: isolate">
<div style="width: 200px; height: 200px; overflow: scroll">
<div style="width: 200px; height: 400px; background: green; position: relative"></div>
</div>
<div style="mix-blend-mode: screen; width: 100px; height: 120px; background: blue"></div>
</div>
</html>