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

Side by Side 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: Popup menu is not shown when select is disabled 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 Tests that user cannot change disabled select by keyboard
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" 9 PASS select1.value is "b"
10 PASS select2.value is "a" 10 PASS select2.value is "a"
11 PASS select2.value is "b" 11 PASS select2.value is "b"
12 PASS select2.value is "b" 12 PASS select2.value is "b"
13 PASS select2.value is "b" 13 PASS select2.value is "b"
14 PASS select3.value is "b"
15 PASS internals.isSelectPopupVisible(select3) is true
16 PASS select3.value is "b"
17 PASS internals.isSelectPopupVisible(select3) is false
14 PASS successfullyParsed is true 18 PASS successfullyParsed is true
15 19
16 TEST COMPLETE 20 TEST COMPLETE
17 21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698