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

Unified Diff: LayoutTests/fast/forms/select/multiselect-in-listbox-mouse-release-outside-expected.txt

Issue 120373005: OnChange event should fire if the multiple selection changes in listbox using mouse (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Minor modification and incorporated review comments Created 6 years, 11 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/select/multiselect-in-listbox-mouse-release-outside-expected.txt
diff --git a/LayoutTests/accessibility/aria-help-expected.txt b/LayoutTests/fast/forms/select/multiselect-in-listbox-mouse-release-outside-expected.txt
old mode 100644
new mode 100755
similarity index 50%
copy from LayoutTests/accessibility/aria-help-expected.txt
copy to LayoutTests/fast/forms/select/multiselect-in-listbox-mouse-release-outside-expected.txt
index 16c83066528ca32eb8fdf4d053cd372b21d752d1..97fe4f7ae2bd03dcd994a0fdc627dcba56804ffd
--- a/LayoutTests/accessibility/aria-help-expected.txt
+++ b/LayoutTests/fast/forms/select/multiselect-in-listbox-mouse-release-outside-expected.txt
@@ -1,10 +1,10 @@
-button
-This tests that aria-help attribute works as expected.
+should dispatch change event when mouse is released outside.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS button.helpText is 'AXHelp: click here'
+PASS A change event was dispatched.
+PASS A change event was dispatched.
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698