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

Unified Diff: LayoutTests/platform/mac/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/platform/mac/fast/forms/select/optgroup-clicking-expected.txt
diff --git a/LayoutTests/platform/mac/fast/forms/select/optgroup-clicking-expected.txt b/LayoutTests/platform/mac/fast/forms/select/optgroup-clicking-expected.txt
index 998712d03c085ad805fc0ce6853b28f3aa4ca72d..72ffdeed17382c26e7ed1326be0df34ff05f4955 100644
--- a/LayoutTests/platform/mac/fast/forms/select/optgroup-clicking-expected.txt
+++ b/LayoutTests/platform/mac/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
« no previous file with comments | « LayoutTests/fast/forms/select/optgroup-clicking-expected.txt ('k') | Source/core/html/HTMLSelectElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698