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

Unified Diff: LayoutTests/http/tests/xmlhttprequest/origin-exact-matching-expected.txt

Issue 24255018: Side three of two-sided patch for URL encoding. Restores tests expectations. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Missing two platform origin-exact-matching-expected.txt files Created 7 years, 3 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/origin-exact-matching-expected.txt
diff --git a/LayoutTests/http/tests/xmlhttprequest/origin-exact-matching-expected.txt b/LayoutTests/http/tests/xmlhttprequest/origin-exact-matching-expected.txt
index 687286e12ad12a72a20751f1159f8ff23e00844c..42517ba1adcf85ee24936cf0d67a4dc7d1249ca2 100644
--- a/LayoutTests/http/tests/xmlhttprequest/origin-exact-matching-expected.txt
+++ b/LayoutTests/http/tests/xmlhttprequest/origin-exact-matching-expected.txt
@@ -18,7 +18,7 @@ CONSOLE MESSAGE: XMLHttpRequest cannot load http://127.0.0.1:8000/xmlhttprequest
CONSOLE MESSAGE: XMLHttpRequest cannot load http://127.0.0.1:8000/xmlhttprequest/resources/access-control-allow-lists.php?origin=-. The 'Access-Control-Allow-Origin' header contains the invalid value '-'. Origin 'http://localhost:8000' is therefore not allowed access.
CONSOLE MESSAGE: XMLHttpRequest cannot load http://127.0.0.1:8000/xmlhttprequest/resources/access-control-allow-lists.php?origin=**. The 'Access-Control-Allow-Origin' header contains the invalid value '**'. Origin 'http://localhost:8000' is therefore not allowed access.
CONSOLE MESSAGE: XMLHttpRequest cannot load http://127.0.0.1:8000/xmlhttprequest/resources/access-control-allow-lists.php?origin=%00*. The 'Access-Control-Allow-Origin' header contains the invalid value '\0*'. Origin 'http://localhost:8000' is therefore not allowed access.
-CONSOLE MESSAGE: XMLHttpRequest cannot load http://127.0.0.1:8000/xmlhttprequest/resources/access-control-allow-lists.php?origin='*'. The 'Access-Control-Allow-Origin' header contains the invalid value '\'*\''. Origin 'http://localhost:8000' is therefore not allowed access.
+CONSOLE MESSAGE: XMLHttpRequest cannot load http://127.0.0.1:8000/xmlhttprequest/resources/access-control-allow-lists.php?origin=%27*%27. The 'Access-Control-Allow-Origin' header contains the invalid value '\'*\''. Origin 'http://localhost:8000' is therefore not allowed access.
CONSOLE MESSAGE: XMLHttpRequest cannot load http://127.0.0.1:8000/xmlhttprequest/resources/access-control-allow-lists.php?origin=%22*%22. The 'Access-Control-Allow-Origin' header contains the invalid value '\"*\"'. Origin 'http://localhost:8000' is therefore not allowed access.
CONSOLE MESSAGE: XMLHttpRequest cannot load http://127.0.0.1:8000/xmlhttprequest/resources/access-control-allow-lists.php?origin=*%20*. The 'Access-Control-Allow-Origin' header contains the invalid value '* *'. Origin 'http://localhost:8000' is therefore not allowed access.
CONSOLE MESSAGE: XMLHttpRequest cannot load http://127.0.0.1:8000/xmlhttprequest/resources/access-control-allow-lists.php?origin=*http%3A%2F%2F*. The 'Access-Control-Allow-Origin' header contains the invalid value '*http://*'. Origin 'http://localhost:8000' is therefore not allowed access.

Powered by Google App Engine
This is Rietveld 408576698