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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/select-popup/popup-menu-touch-operations-expected.txt

Issue 2373873002: Merge "SELECT popup: Touch input should not be able to select disabled OPTIONs." to M54. (Closed)
Patch Set: Created 4 years, 2 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 PASS picker._selectElement.value is "1" 1 PASS picker._selectElement.value is "1"
2 PASS menuElement.value is "bar" 2 PASS menuElement.value is "bar"
3 PASS picker._selectElement.value is "0" 3 PASS picker._selectElement.value is "0"
4 PASS picker._selectElement.value is "2" 4 PASS picker._selectElement.value is "2"
5 PASS window.internals.pagePopupWindow is null 5 PASS window.internals.pagePopupWindow is null
6 PASS menuElement.value is "baz" 6 PASS menuElement.value is "baz"
7 ==> Test disabled option
8 PASS picker._selectElement.value is "2"
9 PASS menuElement.value is "baz"
10 PASS picker._selectElement.value is "2"
11 PASS picker._selectElement.value is "2"
12 PASS window.internals.pagePopupWindow is not null
13 PASS menuElement.value is "baz"
14 ==> Test scrollable popup
7 PASS picker._selectElement.value is "1" 15 PASS picker._selectElement.value is "1"
8 PASS menuElement2.value is "2" 16 PASS menuElement2.value is "2"
9 PASS picker._selectElement.value is "2" 17 PASS picker._selectElement.value is "2"
10 PASS picker._selectElement.value is "3" 18 PASS picker._selectElement.value is "3"
11 PASS picker._selectElement.value is "0" 19 PASS picker._selectElement.value is "0"
12 PASS window.internals.pagePopupWindow is not null 20 PASS window.internals.pagePopupWindow is not null
13 PASS menuElement2.value is "2" 21 PASS menuElement2.value is "2"
14 PASS successfullyParsed is true 22 PASS successfullyParsed is true
15 23
16 TEST COMPLETE 24 TEST COMPLETE
17 25
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698