Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / international / bdi-break-crash-1.html
blobbfd97978d38cf6b49eff65f3510f612fcb235e59
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <div id="result">
5 ><e style='border-image-width: 136; zoom: 115.198345359; '><bdi style="marginx: 219px; word-break: break-all; "> &#x8df;7 &#xf819;>
6 </div>
7 </body>
8 <script>
9 if (window.testRunner)
10 testRunner.dumpAsText();
11 document.getElementById("result").innerText="This test has passed if it doesn't crash under ASAN";
12 </script>
13 </html>