chromium/third_party/blink/web_tests/virtual/text-antialias/international/bdi-break-crash-1.html

<!DOCTYPE html>
<html>
<body>
<div id="result">
><e style='border-image-width: 136; zoom: 115.198345359; '><bdi style="marginx: 219px; word-break: break-all; "> &#x8df;7  &#xf819;>
</div>
</body>
<script>
    if (window.testRunner)
        testRunner.dumpAsText();
    document.getElementById("result").innerText="This test has passed if it doesn't crash under ASAN";
</script>
</html>