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

Unified Diff: LayoutTests/fast/events/onchange-js-expected.txt

Issue 313013005: Set value of m_textAsOfLastFormControlChangeEvent before triggering change event (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Code review comments Created 6 years, 6 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 | « LayoutTests/fast/events/onchange-js.html ('k') | Source/core/html/HTMLTextFormControlElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/events/onchange-js-expected.txt
diff --git a/LayoutTests/fast/events/onchange-js-expected.txt b/LayoutTests/fast/events/onchange-js-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..cd7d5a449182a85c6c48b0a83650510c5201749a
--- /dev/null
+++ b/LayoutTests/fast/events/onchange-js-expected.txt
@@ -0,0 +1,14 @@
+This test verifies that the change event is fired, when value is changed in change event handler.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS input.value is "foo bar baz"
+PASS changeEventCounter is 1
+PASS input.value is ""
+PASS input.value is "foo bar baz"
+PASS changeEventCounter is 2
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/fast/events/onchange-js.html ('k') | Source/core/html/HTMLTextFormControlElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698