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

Unified Diff: LayoutTests/fast/text/bidi-replace-runs-crash.html

Issue 421383002: Fix loop condition in BidiRunList::replaceRunWithRuns (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: w/test Created 6 years, 5 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/bidi-replace-runs-crash-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/text/bidi-replace-runs-crash.html
diff --git a/LayoutTests/fast/text/bidi-replace-runs-crash.html b/LayoutTests/fast/text/bidi-replace-runs-crash.html
new file mode 100644
index 0000000000000000000000000000000000000000..4e592835f2f19ff2eb75cf5ab526115aea13d588
--- /dev/null
+++ b/LayoutTests/fast/text/bidi-replace-runs-crash.html
@@ -0,0 +1,9 @@
+>><output></output>
+<small dir="ltr"><output>>>
+<p>
+ Test passes if it does not crash or assert.
+</p>
+<script>
+ if (window.testRunner)
+ testRunner.dumpAsText();
+</script>
« no previous file with comments | « no previous file | LayoutTests/fast/text/bidi-replace-runs-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698