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

Unified Diff: LayoutTests/fast/forms/color/input-color-choose-default-value-after-set-value.html

Issue 513783002: Dispatch change event for input type=color when colorpicker is closed (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Mac test fix Created 6 years, 3 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: LayoutTests/fast/forms/color/input-color-choose-default-value-after-set-value.html
diff --git a/LayoutTests/fast/forms/color/input-color-choose-default-value-after-set-value.html b/LayoutTests/fast/forms/color/input-color-choose-default-value-after-set-value.html
index 71a0f1d91e64507a831eb3ef1b5a96e14dd4a917..dbe78a0863055b21a408bb266dbded239256c0eb 100644
--- a/LayoutTests/fast/forms/color/input-color-choose-default-value-after-set-value.html
+++ b/LayoutTests/fast/forms/color/input-color-choose-default-value-after-set-value.html
@@ -21,6 +21,7 @@ clickElement(input);
input.value = '#ff0000';
shouldBe('input.value', '"#ff0000"');
internals.selectColorInColorChooser(input, '#ffffff');
+internals.endColorChooser(input);
keishi 2014/09/17 08:15:54 I don't think we need to add this. The input.value
Habib Virji 2014/09/17 08:30:42 Actually, line 17 above is printed in the test, as
keishi 2014/09/18 03:50:55 You're right, this test is about change event gene
Habib Virji 2014/09/18 12:42:05 I will but then expected files will need to be cha
shouldBe('input.value', '"#ffffff"');
</script>
</body>

Powered by Google App Engine
This is Rietveld 408576698