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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/color/input-color-onchange-event-expected.txt

Issue 2458743004: Merge "INPUT element: Do not dispatch events in detachLayoutTree()." to M55 branch. (Closed)
Patch Set: Created 4 years, 2 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: third_party/WebKit/LayoutTests/fast/forms/color/input-color-onchange-event-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/color/input-color-onchange-event-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/color/input-color-onchange-event-expected.txt
index 49e83ff9a9fa5f2f9dad634cea3f4928da6e25b7..dc3e1e3db7edb5a1c91499d73bcce3da11c6b7fd 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/color/input-color-onchange-event-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/forms/color/input-color-onchange-event-expected.txt
@@ -7,13 +7,12 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS internals.selectColorInColorChooser({}, '#ff0000'); threw exception TypeError: Failed to execute 'selectColorInColorChooser' on 'Internals': parameter 1 is not of type 'Element'..
PASS internals.selectColorInColorChooser(document, '#ff0000'); threw exception TypeError: Failed to execute 'selectColorInColorChooser' on 'Internals': parameter 1 is not of type 'Element'..
input event dispatched - value is: #ff0000
+PASS input.value is "#ff0000"
change event dispatched - value changed to #ff0000
PASS input.value is "#ff0000"
Change event is only dispatched, when color chooser is closed
input event dispatched - value is: #ff0002
-PASS onChange is 0
-change event dispatched - value changed to #ff0002
-PASS onChange is 1
+PASS Change event was dispatched.
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698