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

Unified Diff: LayoutTests/fast/forms/checkbox-onchange-expected.txt

Issue 255163002: Dispatch change event for input type=checkbox when checked but value is null (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Moved shouldDispatchFormControlChangeEvent as private/protected function and moved shouldDispatch t… Created 6 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
« no previous file with comments | « LayoutTests/fast/forms/checkbox-onchange.html ('k') | LayoutTests/fast/forms/radio/radio-onchange.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/forms/checkbox-onchange-expected.txt
diff --git a/LayoutTests/fast/forms/checkbox-onchange-expected.txt b/LayoutTests/fast/forms/checkbox-onchange-expected.txt
index 0048347031dab829cff8b38dabc2aab36a226394..f2c7e4df5d50d104b31f4e8afe19784b43b1e36e 100644
--- a/LayoutTests/fast/forms/checkbox-onchange-expected.txt
+++ b/LayoutTests/fast/forms/checkbox-onchange-expected.txt
@@ -4,7 +4,8 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS onChange event fired for the checkbox.
+PASS onChange event fired for the checkbox.
PASS successfullyParsed is true
TEST COMPLETE
-
+
« no previous file with comments | « LayoutTests/fast/forms/checkbox-onchange.html ('k') | LayoutTests/fast/forms/radio/radio-onchange.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698