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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/credentialmanager/passwordcredential-fetch-expected.txt

Issue 2468053002: Import wpt@9fcccf38b6be00f71ffa6bd6e29c5aa1ef25ee8c (Closed)
Patch Set: Skip cssom and svg/shapes, remove unwanted baseline Created 4 years, 1 month 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
(Empty)
1 This is a testharness.js-based test.
2 PASS Body ignored in presence of a PasswordCredential
3 PASS Body present if 'credentials' is not a PasswordCredential
4 PASS Creating/cloning a 'Request' does not expose the credential.
5 FAIL Creating a 'Request' throws in various ways. assert_not_equals: got disallo wed value undefined
6 PASS Simple Fetch
7 PASS Simple Fetch
8 PASS Fetch with cloned Request
9 PASS Fetch with copied Request
10 PASS Fetch with overridden 'credentials'
11 PASS 'idName' and 'passwordName'
12 PASS 'additionalData': Empty FormData has no effect.
13 PASS 'additionalData': FormData properties are properly injected.
14 PASS 'additionalData': FormData properties are properly injected after assignmen t.
15 PASS 'additionalData': FormData properties are properly overridden.
16 PASS 'additionalData': Empty URLSearchParams has no effect.
17 PASS 'additionalData': URLSearchParams properties are properly injected.
18 PASS 'additionalData': URLSearchParams properties are properly overridden.
19 PASS 'additionalData': URLSearchParams properties are properly injected (orderin g matters).
20 PASS fetch() after get()
21 PASS fetch() after get() with additionalData
22 PASS fetch() after get() with additionalData from DOM
23 Harness: the test ran to completion.
24
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698