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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/forms/form-request-autocomplete-expected.txt
diff --git a/LayoutTests/fast/forms/form-request-autocomplete-expected.txt b/LayoutTests/fast/forms/form-request-autocomplete-expected.txt
index e38661f8bcd9f7fe428faae58faeed3ccb3a5d08..a8f43d1eefe061cf2f9cb5194b9b1d72afd7de56 100644
--- a/LayoutTests/fast/forms/form-request-autocomplete-expected.txt
+++ b/LayoutTests/fast/forms/form-request-autocomplete-expected.txt
@@ -1,20 +1,35 @@
CONSOLE MESSAGE: requestAutocomplete: form autocomplete attribute is set to off.
CONSOLE MESSAGE: requestAutocomplete: form autocomplete attribute is set to off.
CONSOLE MESSAGE: requestAutocomplete: form autocomplete attribute is set to off.
+CONSOLE MESSAGE: requestAutocomplete: form autocomplete attribute is set to off.
CONSOLE MESSAGE: requestAutocomplete: must be called in response to a user gesture.
HTMLFormElement#requestAutocomplete and associated events
For this test to pass, you should see all PASSED below.
+DEBUG checkDynamicAttributes running
PASS found enumerable properties on HTMLFormElement
+DEBUG checkParsedAttributes running
PASS found enumerable properties on HTMLFormElement
+DEBUG checkEventsBubble running
+DEBUG checkPromiseRejects running
+PASS requestAutocomplete() returns a Promise
+DEBUG checkNonUserGesture running
PASS found enumerable properties on HTMLFormElement
+DEBUG finished running synchronous code
+DEBUG handling error from checkDynamicAttributes
PASS event is an AutocompleteErrorEvent
PASS got expected reason: disabled
+DEBUG handling error from checkPromiseRejects
+PASS Promise received an Error result
+PASS Promise result has "reason" key
+PASS got expected reason: disabled
+PASS Promises were fullfilled after events were dispatched
+DEBUG handling error from checkNonUserGesture
PASS event is an AutocompleteErrorEvent
PASS got expected reason: disabled
PASS events bubbled as expected
-PASS got expected number of error events (4)
+PASS got expected number of error events (5)
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698