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

Side by Side Diff: LayoutTests/fast/forms/form-request-autocomplete-expected.txt

Issue 228783007: rAc: make requestAutocomplete() return a promise. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: merge Created 6 years, 8 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 MESSAGE: requestAutocomplete: form autocomplete attribute is set to off. 1 CONSOLE MESSAGE: requestAutocomplete: form autocomplete attribute is set to off.
2 CONSOLE MESSAGE: requestAutocomplete: form autocomplete attribute is set to off. 2 CONSOLE MESSAGE: requestAutocomplete: form autocomplete attribute is set to off.
3 CONSOLE MESSAGE: requestAutocomplete: form autocomplete attribute is set to off. 3 CONSOLE MESSAGE: requestAutocomplete: form autocomplete attribute is set to off.
4 CONSOLE MESSAGE: requestAutocomplete: form autocomplete attribute is set to off.
4 CONSOLE MESSAGE: requestAutocomplete: must be called in response to a user gestu re. 5 CONSOLE MESSAGE: requestAutocomplete: must be called in response to a user gestu re.
5 HTMLFormElement#requestAutocomplete and associated events 6 HTMLFormElement#requestAutocomplete and associated events
6 7
7 For this test to pass, you should see all PASSED below. 8 For this test to pass, you should see all PASSED below.
8 9
10 DEBUG checkDynamicAttributes running
9 PASS found enumerable properties on HTMLFormElement 11 PASS found enumerable properties on HTMLFormElement
12 DEBUG checkParsedAttributes running
10 PASS found enumerable properties on HTMLFormElement 13 PASS found enumerable properties on HTMLFormElement
14 DEBUG checkEventsBubble running
15 DEBUG checkPromiseRejects running
16 PASS requestAutocomplete() returns a Promise
17 DEBUG checkNonUserGesture running
11 PASS found enumerable properties on HTMLFormElement 18 PASS found enumerable properties on HTMLFormElement
19 DEBUG finished running synchronous code
20 DEBUG handling error from checkDynamicAttributes
12 PASS event is an AutocompleteErrorEvent 21 PASS event is an AutocompleteErrorEvent
13 PASS got expected reason: disabled 22 PASS got expected reason: disabled
23 DEBUG handling error from checkPromiseRejects
24 PASS Promise received an Error result
25 PASS Promise result has "reason" key
26 PASS got expected reason: disabled
27 PASS Promises were fullfilled after events were dispatched
28 DEBUG handling error from checkNonUserGesture
14 PASS event is an AutocompleteErrorEvent 29 PASS event is an AutocompleteErrorEvent
15 PASS got expected reason: disabled 30 PASS got expected reason: disabled
16 PASS events bubbled as expected 31 PASS events bubbled as expected
17 PASS got expected number of error events (4) 32 PASS got expected number of error events (5)
18 PASS successfullyParsed is true 33 PASS successfullyParsed is true
19 34
20 TEST COMPLETE 35 TEST COMPLETE
21 36
22 37
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698