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

Unified 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: Add const (eae's nit) 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/fast/text/international/unicode-bidi-isolate-nested-crash-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/text/international/unicode-bidi-isolate-nested-crash.html
diff --git a/LayoutTests/fast/text/international/unicode-bidi-isolate-nested-crash.html b/LayoutTests/fast/text/international/unicode-bidi-isolate-nested-crash.html
new file mode 100644
index 0000000000000000000000000000000000000000..35a63f8cc83b9482b0afd0ee287b2900e346cc46
--- /dev/null
+++ b/LayoutTests/fast/text/international/unicode-bidi-isolate-nested-crash.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<style>
+.isolate {
+ unicode-bidi: -webkit-isolate;
+ unicode-bidi: isolate;
+}
+</style>
+<span class="isolate">
+ <span class="isolate">a</span>
+ <span class="isolate">
+ <span class="isolate">b</span>
+ </span>
+</span>
« no previous file with comments | « no previous file | LayoutTests/fast/text/international/unicode-bidi-isolate-nested-crash-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698