Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / international / unicode-bidi-isolate-nested-crash.html
blob35a63f8cc83b9482b0afd0ee287b2900e346cc46
1 <!DOCTYPE html>
2 <style>
3 .isolate {
4 unicode-bidi: -webkit-isolate;
5 unicode-bidi: isolate;
7 </style>
8 <span class="isolate">
9 <span class="isolate">a</span>
10 <span class="isolate">
11 <span class="isolate">b</span>
12 </span>
13 </span>