Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / international / bidi-neutral-in-mixed-direction-run-crash.html
blobbace7a59994279a0f2a35962de046d99c8f27396
1 <html>
2 <style>
3 body { direction: rtl; padding-left: 100%; }
4 </style>
5 <script>
6 if (window.testRunner)
7 testRunner.dumpAsText();
9 function runTest() {
10 document.body.innerHTML = "PASS, if no crash or exceptions thrown";
13 window.onload = runTest;
14 </script>
15 0<span>
16 <image>
17 A 0<div></div>
18 </span>
19 </html>