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

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: Implemented colorChooserClient support 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
« no previous file with comments | « no previous file | LayoutTests/fast/forms/color/input-color-choose-default-value-after-set-value-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..0c7a1d720a09abcc9957958d73211e202d70cdc7 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
@@ -22,6 +22,7 @@ input.value = '#ff0000';
shouldBe('input.value', '"#ff0000"');
internals.selectColorInColorChooser(input, '#ffffff');
shouldBe('input.value', '"#ffffff"');
+internals.endColorChooser(input);
</script>
</body>
</html>
« no previous file with comments | « no previous file | LayoutTests/fast/forms/color/input-color-choose-default-value-after-set-value-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698