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

Side by Side Diff: LayoutTests/http/tests/xmlhttprequest/cross-origin-authorization-expected.txt

Issue 14195011: Removed WONTFIX tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 Start
2 Trying different ways to access a password protected resource from another origi n. The UA already has login and password for this protection space.
3
4 You should see several PASS messages followed by a DONE
5
6 SCRIPT SRC='...' Should succeed, since authorization is sent for cross-origin su bresource loads.
7 PASS: Loaded, user test
8 Cross-origin XMLHttpRequest (sync), testing stored authorization.
9 PASS
10 Cross-origin XMLHttpRequest (sync), testing cookies.
11 PASS
12 Cross-origin XMLHttpRequest (async), testing stored authorization.
13 PASS
14 Cross-origin XMLHttpRequest (async), testing cookies.
15 PASS
16 Cross-origin XMLHttpRequest (sync), testing authorization with explicitly provid ed credentials that should be ignored.
17 PASS
18 Cross-origin XMLHttpRequest (async), testing authorization with explicitly provi ded credentials that should be ignored.
19 PASS
20 DONE
21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698