Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Side by Side Diff: LayoutTests/fast/text/international/unicode-bidi-isolate-nested-crash.html

Issue 1328633002: Fix nested 'unicode-bidi: isolate' can cause infinite loop (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Comments updated Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 .isolate {
4 unicode-bidi: -webkit-isolate;
5 unicode-bidi: isolate;
6 }
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698