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

Side by Side 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 unified diff | Download patch
OLDNEW
1 Tests that user cannot change disabled select by keyboard 1 Test to check when select is element is disabled, value cannot be changed by mou se.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS select1.value is "a" 6 PASS select1.value is "a"
7 PASS select1.value is "b" 7 PASS select1.value is "b"
8 PASS select1.value is "b" 8 PASS select1.value is "b"
9 PASS select1.value is "b"
10 PASS select2.value is "a"
11 PASS select2.value is "b"
12 PASS select2.value is "b"
13 PASS select2.value is "b"
14 PASS successfullyParsed is true 9 PASS successfullyParsed is true
15 10
16 TEST COMPLETE 11 TEST COMPLETE
17 12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698