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

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: 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 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 Tests on select disable, popup menu is hidden
15 PASS internals.isSelectPopupVisible(select3) is true
16 PASS internals.isSelectPopupVisible(select3) is false
17 Tests on select disable, value cannot be changed
18 PASS select4.value is "b"
19 PASS select4.value is "b"
14 PASS successfullyParsed is true 20 PASS successfullyParsed is true
15 21
16 TEST COMPLETE 22 TEST COMPLETE
17 23
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698