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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/fast/forms/listbox-onchange-expected.txt

Issue 1509853008: Move select/option/optgroup-related tests in fast/forms to fast/forms/select. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/platform/win/fast/forms/listbox-onchange-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/fast/forms/listbox-onchange-expected.txt b/third_party/WebKit/LayoutTests/platform/win/fast/forms/listbox-onchange-expected.txt
deleted file mode 100644
index bc3185a2efb44cb653c93ac1d588dfcd9f002b73..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/platform/win/fast/forms/listbox-onchange-expected.txt
+++ /dev/null
@@ -1,27 +0,0 @@
-
-Results:
-1) Make sure onChange doesn't fire when clicking on an initially selected item
-2) Make sure onChange fires when deselecting an initially selected item
-onChange fired
-3) Make sure onChange fires when clicking
-onChange fired
-4) Make sure onChange doesn't fire when clicking again on the same item
-5) Make sure onChange fires when clicking on a new item
-onChange fired
-6) Make sure onChange fires when changing the selection with the keyboard
-onChange fired
-7) Make sure onChange doesn't fire when setting the select element's value from JS
-8) Make sure onChange doesn't fire when clicking on the already selected option
-9) Make sure onChange doesn't fire when setting an option's selected state from JS
-10) Make sure onChange doesn't fire when clicking on this option
-11) Make sure onChange fires when deselecting the last selected option with a mouse click
-onChange fired
-12) Make sure onChange doesn't fire when adding a new selected option
-13) Make sure onChange doesn't fire when clicking on it
-14) Make sure onChange fires when clicking on a previously selected option
-onChange fired
-15) Make sure onChange doesn't fire when removing a selected option
-16) Make sure onChange doesn't fire when clicking on the option that remains selected
-17) Make sure onChange fires when typing the name of an option
-onChange fired
-18) Make sure onChange doesn't fire when leaving the select

Powered by Google App Engine
This is Rietveld 408576698