| Index: LayoutTests/fast/text/international/bdi-break-crash-1.html
|
| diff --git a/LayoutTests/fast/text/international/bdi-break-crash-1.html b/LayoutTests/fast/text/international/bdi-break-crash-1.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..bfd97978d38cf6b49eff65f3510f612fcb235e59
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/text/international/bdi-break-crash-1.html
|
| @@ -0,0 +1,13 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| +<body>
|
| +<div id="result">
|
| +><e style='border-image-width: 136; zoom: 115.198345359; '><bdi style="marginx: 219px; word-break: break-all; "> ࣟ7 >
|
| +</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>
|
|
|