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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/xmlhttprequest/cross-origin-authorization-expected.txt
diff --git a/LayoutTests/http/tests/xmlhttprequest/cross-origin-authorization-expected.txt b/LayoutTests/http/tests/xmlhttprequest/cross-origin-authorization-expected.txt
deleted file mode 100644
index cec00098f595152f48799df622b5346449c56ee8..0000000000000000000000000000000000000000
--- a/LayoutTests/http/tests/xmlhttprequest/cross-origin-authorization-expected.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-Start
-Trying different ways to access a password protected resource from another origin. The UA already has login and password for this protection space.
-
-You should see several PASS messages followed by a DONE
-
-SCRIPT SRC='...' Should succeed, since authorization is sent for cross-origin subresource loads.
-PASS: Loaded, user test
-Cross-origin XMLHttpRequest (sync), testing stored authorization.
-PASS
-Cross-origin XMLHttpRequest (sync), testing cookies.
-PASS
-Cross-origin XMLHttpRequest (async), testing stored authorization.
-PASS
-Cross-origin XMLHttpRequest (async), testing cookies.
-PASS
-Cross-origin XMLHttpRequest (sync), testing authorization with explicitly provided credentials that should be ignored.
-PASS
-Cross-origin XMLHttpRequest (async), testing authorization with explicitly provided credentials that should be ignored.
-PASS
-DONE
-

Powered by Google App Engine
This is Rietveld 408576698