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

Unified Diff: LayoutTests/editing/spelling/copy-paste-crash-expected.txt

Issue 19275006: Fix a use-after-free in spellcheck client (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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
Index: LayoutTests/editing/spelling/copy-paste-crash-expected.txt
diff --git a/LayoutTests/editing/spelling/copy-paste-crash-expected.txt b/LayoutTests/editing/spelling/copy-paste-crash-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..d1489f18959ed1c39c1b6a42721b40796abcbd40
--- /dev/null
+++ b/LayoutTests/editing/spelling/copy-paste-crash-expected.txt
@@ -0,0 +1,9 @@
+Spell check does not crash after Ctrl-X/focus-change/Ctrl-V/focus-change/type text. To test manually, type 'A', Ctrl-A, Ctrl-X, focus the second input, Ctr-V, focus the first input again, start typing again. The test succeeds when there's no crash in the last step.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698