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

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

Issue 409833003: Internals.selectColorInColorChooser(): type check element argument. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Expected output updated Created 6 years, 5 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/color/input-color-onchange-event.html ('k') | Source/core/testing/Internals.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/forms/color/input-color-onchange-event-expected.txt
diff --git a/LayoutTests/fast/forms/color/input-color-onchange-event-expected.txt b/LayoutTests/fast/forms/color/input-color-onchange-event-expected.txt
index 9aaafbe0f90cddf9c1fb65fe4ac8e8c0b58d68da..0d162dc2fe015c7d89e31ad0167316be611013fb 100644
--- a/LayoutTests/fast/forms/color/input-color-onchange-event-expected.txt
+++ b/LayoutTests/fast/forms/color/input-color-onchange-event-expected.txt
@@ -4,6 +4,8 @@ To manually test this, click on the input color element in the top left corner a
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'..
value changed to #ff0000
PASS input.value is "#ff0000"
PASS successfullyParsed is true
« no previous file with comments | « LayoutTests/fast/forms/color/input-color-onchange-event.html ('k') | Source/core/testing/Internals.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698