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

Unified Diff: LayoutTests/fast/forms/text/text-reset-click-delete-text-change-event-expected.txt

Issue 679273004: Set element value to its default value on reset (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated as missed updating one review comment Created 6 years, 1 month 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/fast/forms/text/text-reset-click-delete-text-change-event-expected.txt
diff --git a/LayoutTests/fast/forms/text/text-reset-click-delete-text-change-event-expected.txt b/LayoutTests/fast/forms/text/text-reset-click-delete-text-change-event-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..d3958edce537b3f31044ec368b2aed0d7416ba1f
--- /dev/null
+++ b/LayoutTests/fast/forms/text/text-reset-click-delete-text-change-event-expected.txt
@@ -0,0 +1,16 @@
+In a text field after reset when whole text is deleted i.e. text value is empty. When out of focus, it should dispatch change event
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+Press reset button
+PASS text.value is "value"
+PASS changeEventCounter is 0
+Delete the whole text
+Out of focus from text field
+PASS text.value is ""
+PASS changeEventCounter is 1
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/fast/forms/text/text-reset-click-delete-text-change-event.html ('k') | Source/core/html/HTMLInputElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698