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

Unified Diff: LayoutTests/editing/deleting/delete-last-char-in-textarea-expected.txt

Issue 15011008: Don't insert rednant placeholder for text control after deleting (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 2013-05-10T19:11 Created 7 years, 7 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/deleting/delete-last-char-in-textarea-expected.txt
diff --git a/LayoutTests/editing/deleting/delete-last-char-in-textarea-expected.txt b/LayoutTests/editing/deleting/delete-last-char-in-textarea-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..72d2a63687a411bb18fdb7d3c5b963a54f501e31
--- /dev/null
+++ b/LayoutTests/editing/deleting/delete-last-char-in-textarea-expected.txt
@@ -0,0 +1,15 @@
+Check there is no placeholder after deleteing last char. You should run this in DRT.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS editable.innerHTML is "a"
+PASS editable.innerHTML is ""
+PASS editable.innerHTML is ""
+PASS editable.innerHTML is "<br>"
+PASS editable.innerHTML is "a<br>"
+PASS editable.innerHTML is "line 1<br>"
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698