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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/select-popup/popup-menu-touch-operations-expected.txt

Issue 2360483002: SELECT popup: Touch input should not be able to select disabled OPTIONs. (Closed)
Patch Set: Created 4 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
Index: third_party/WebKit/LayoutTests/fast/forms/select-popup/popup-menu-touch-operations-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/select-popup/popup-menu-touch-operations-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/select-popup/popup-menu-touch-operations-expected.txt
index ae445be269599c37ff0d7ad3931fb0643ee25634..43f3827dfcdc6bbaf4694c87dd77cfed5709be93 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/select-popup/popup-menu-touch-operations-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/forms/select-popup/popup-menu-touch-operations-expected.txt
@@ -4,6 +4,14 @@ PASS picker._selectElement.value is "0"
PASS picker._selectElement.value is "2"
PASS window.internals.pagePopupWindow is null
PASS menuElement.value is "baz"
+==> Test disabled option
+PASS picker._selectElement.value is "2"
+PASS menuElement.value is "baz"
+PASS picker._selectElement.value is "2"
+PASS picker._selectElement.value is "2"
+PASS window.internals.pagePopupWindow is not null
+PASS menuElement.value is "baz"
+==> Test scrollable popup
PASS picker._selectElement.value is "1"
PASS menuElement2.value is "2"
PASS picker._selectElement.value is "2"

Powered by Google App Engine
This is Rietveld 408576698