Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / bidi-isolate-hang-with-neutral.html
blob3d5b2e3f129054d6d0382e85bf505c50d9de58d4
1 <!DOCTYPE html>
2 <html>
3 <body>
4 <p>This tests having exclamation mark inside an isolated run following a line break.
5 WebKit should not fall into an infinite loop or hit an assertion.</p>
6 <div dir="rtl"><br><span style="unicode-bidi: -webkit-isolate; unicode-bidi: isolate;">a!</span></div>
7 </body>
8 </html>