| Index: LayoutTests/fast/text/international/bdi-break-crash-2.html
|
| diff --git a/LayoutTests/fast/text/international/bdi-break-crash-2.html b/LayoutTests/fast/text/international/bdi-break-crash-2.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..bf8397f37d2633850665ea0690e65f1e7a84d627
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/text/international/bdi-break-crash-2.html
|
| @@ -0,0 +1,17 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| +<script>
|
| + if (window.testRunner)
|
| + testRunner.dumpAsText();
|
| +</script>
|
| +<body>
|
| +<div id="result">
|
| +<e style='border-image-width: 136; zoom: 115.198345359; '><span 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>
|
|
|