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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/forms/select/select-selectedIndex-expected.txt

Issue 1990353002: [DevTools] Capture call stacks for console messages without location. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: one more win7 expectation Created 4 years, 7 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 CONSOLE WARNING: Blocked to expand the option list to 4294967295 items. The max imum list length is 2147483647. 1 CONSOLE WARNING: line 17: Blocked to expand the option list to 4294967295 items. The maximum list length is 2147483647.
2 CONSOLE WARNING: Blocked to expand the option list to 2147483648 items. The max imum list length is 2147483647. 2 CONSOLE WARNING: line 146: Blocked to expand the option list to 2147483648 items . The maximum list length is 2147483647.
3 3
4 1) setting length to a negative length 4 1) setting length to a negative length
5 PASS mySelect.options.length is 2 5 PASS mySelect.options.length is 2
6 PASS mySelect.selectedIndex is 1 6 PASS mySelect.selectedIndex is 1
7 2) setting length to a larger length 7 2) setting length to a larger length
8 PASS mySelect.options.length is 5 8 PASS mySelect.options.length is 5
9 PASS mySelect.selectedIndex is 1 9 PASS mySelect.selectedIndex is 1
10 3) setting length to a smaller length 10 3) setting length to a smaller length
11 PASS mySelect.options.length is 2 11 PASS mySelect.options.length is 2
12 PASS mySelect.selectedIndex is 1 12 PASS mySelect.selectedIndex is 1
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 PASS mySelect.options.length is 10 75 PASS mySelect.options.length is 10
76 PASS mySelect.selectedIndex is -1 76 PASS mySelect.selectedIndex is -1
77 24) setting length to a value greater than 2,147,483,647 77 24) setting length to a value greater than 2,147,483,647
78 PASS mySelect.options.length is 10 78 PASS mySelect.options.length is 10
79 PASS mySelect.selectedIndex is -1 79 PASS mySelect.selectedIndex is -1
80 80
81 PASS successfullyParsed is true 81 PASS successfullyParsed is true
82 82
83 TEST COMPLETE 83 TEST COMPLETE
84 84
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698