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

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

Issue 159743002: Select when disabled should not allow value change and popup is disabled (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Different expected file for mac Created 6 years, 10 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/select-disabled-expected.txt
diff --git a/LayoutTests/fast/forms/select/select-disabled-expected.txt b/LayoutTests/fast/forms/select/select-disabled-expected.txt
index 8a4ea8dc71c111ca36e634074eec38cdadce007e..f362cc5271e7f8030f455ecfc05833148a74ebc9 100644
--- a/LayoutTests/fast/forms/select/select-disabled-expected.txt
+++ b/LayoutTests/fast/forms/select/select-disabled-expected.txt
@@ -11,7 +11,13 @@ PASS select2.value is "a"
PASS select2.value is "b"
PASS select2.value is "b"
PASS select2.value is "b"
+Tests on select disable, popup menu is hidden
+PASS internals.isSelectPopupVisible(select3) is true
+PASS internals.isSelectPopupVisible(select3) is false
+Tests on select disable, value cannot be changed
+PASS select4.value is "b"
+PASS select4.value is "b"
PASS successfullyParsed is true
TEST COMPLETE
-
+

Powered by Google App Engine
This is Rietveld 408576698