chromium/third_party/blink/web_tests/http/tests/loading/oopif-object-fallback-composited-crash.html

<!DOCTYPE html>
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<marquee>A</marquee>
<object style="mix-blend-mode: screen" data="https://127.0.0.1:8443/xyz"><div>fallback</div></object>
<script>test(()=>{});</script>