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

Unified Diff: LayoutTests/fast/forms/select/optgroup-clicking-expected.txt

Issue 204433002: Selecting OptGroup label does not deselect selected item (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Updated platform mac expectation file Created 6 years, 8 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/optgroup-clicking-expected.txt
diff --git a/LayoutTests/fast/forms/select/optgroup-clicking-expected.txt b/LayoutTests/fast/forms/select/optgroup-clicking-expected.txt
index df806221e421d13cd7b1502e48734884d2fe7da9..d6a62986ea7a1b132338b4de9ee9d885e1ba17cd 100644
--- a/LayoutTests/fast/forms/select/optgroup-clicking-expected.txt
+++ b/LayoutTests/fast/forms/select/optgroup-clicking-expected.txt
@@ -7,6 +7,9 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
Click enabled option
PASS $("listbox").selectedIndex is 1
+Click on optgroup, should not deselect selectedIndex
+PASS $("listbox").selectedIndex is 1
+
Click disabled option - doesn't change selectedIndex
PASS $("listbox").selectedIndex is 1

Powered by Google App Engine
This is Rietveld 408576698