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

Unified Diff: LayoutTests/fast/forms/select/select-mouseDisabled-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: 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-mouseDisabled-expected.txt
diff --git a/LayoutTests/fast/forms/select/select-disabled-expected.txt b/LayoutTests/fast/forms/select/select-mouseDisabled-expected.txt
similarity index 52%
copy from LayoutTests/fast/forms/select/select-disabled-expected.txt
copy to LayoutTests/fast/forms/select/select-mouseDisabled-expected.txt
index 8a4ea8dc71c111ca36e634074eec38cdadce007e..f8d86d351a3cb27fb1eebe75f00c818011541284 100644
--- a/LayoutTests/fast/forms/select/select-disabled-expected.txt
+++ b/LayoutTests/fast/forms/select/select-mouseDisabled-expected.txt
@@ -1,4 +1,4 @@
-Tests that user cannot change disabled select by keyboard
+Test to check when select is element is disabled, value cannot be changed by mouse.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
@@ -6,12 +6,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS select1.value is "a"
PASS select1.value is "b"
PASS select1.value is "b"
-PASS select1.value is "b"
-PASS select2.value is "a"
-PASS select2.value is "b"
-PASS select2.value is "b"
-PASS select2.value is "b"
PASS successfullyParsed is true
TEST COMPLETE
-
+

Powered by Google App Engine
This is Rietveld 408576698