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

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
« no previous file with comments | « LayoutTests/fast/forms/form-request-autocomplete.html ('k') | Source/core/core.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
11 PASS found enumerable properties on HTMLFormElement 14 DEBUG checkEventsBubble running
15 DEBUG checkPromiseRejects running
16 PASS requestAutocomplete() returns a Promise
17 DEBUG checkNonUserGesture running
18 DEBUG finished runs tests, waiting for results
19 DEBUG handling error from checkDynamicAttributes
12 PASS event is an AutocompleteErrorEvent 20 PASS event is an AutocompleteErrorEvent
13 PASS got expected reason: disabled 21 PASS got expected reason: disabled
22 DEBUG handling error from checkNonUserGesture
14 PASS event is an AutocompleteErrorEvent 23 PASS event is an AutocompleteErrorEvent
15 PASS got expected reason: disabled 24 PASS got expected reason: disabled
16 PASS events bubbled as expected 25 PASS events bubbled as expected
17 PASS got expected number of error events (4) 26 PASS Promise.catch() fired
27 PASS got expected number of error events (5)
18 PASS successfullyParsed is true 28 PASS successfullyParsed is true
19 29
20 TEST COMPLETE 30 TEST COMPLETE
21 31
22 32
OLDNEW
« no previous file with comments | « LayoutTests/fast/forms/form-request-autocomplete.html ('k') | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698