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

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

Issue 14557011: Fix problems with cross-origin redirects. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed typo in numbering in a test. Created 7 years, 7 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
1 CONSOLE MESSAGE: XMLHttpRequest cannot load http://localhost:8000/resources/trip mine.php. Origin http://127.0.0.1:8000 is not allowed by Access-Control-Allow-Or igin.
2 CONSOLE MESSAGE: XMLHttpRequest cannot load http://localhost:8000/resources/trip mine.php. Origin http://127.0.0.1:8000 is not allowed by Access-Control-Allow-Or igin.
3 CONSOLE MESSAGE: XMLHttpRequest cannot load http://localhost:8000/resources/trip mine.php. Origin http://127.0.0.1:8000 is not allowed by Access-Control-Allow-Or igin.
4 CONSOLE MESSAGE: XMLHttpRequest cannot load http://localhost:8000/resources/trip mine.php. Origin http://127.0.0.1:8000 is not allowed by Access-Control-Allow-Or igin.
5 CONSOLE MESSAGE: XMLHttpRequest cannot load http://localhost:8000/resources/trip mine.php. Origin http://127.0.0.1:8000 is not allowed by Access-Control-Allow-Or igin.
6 CONSOLE MESSAGE: XMLHttpRequest cannot load http://localhost:8000/resources/trip mine.php. Origin http://127.0.0.1:8000 is not allowed by Access-Control-Allow-Or igin.
7 CONSOLE MESSAGE: XMLHttpRequest cannot load http://localhost:8000/resources/trip mine.php. Origin http://127.0.0.1:8000 is not allowed by Access-Control-Allow-Or igin.
8 CONSOLE MESSAGE: XMLHttpRequest cannot load http://localhost:8000/resources/trip mine.php. Origin http://127.0.0.1:8000 is not allowed by Access-Control-Allow-Or igin.
9 CONSOLE MESSAGE: XMLHttpRequest cannot load http://localhost:8000/resources/trip mine.php. Origin http://127.0.0.1:8000 is not allowed by Access-Control-Allow-Or igin.
10 CONSOLE MESSAGE: XMLHttpRequest cannot load http://localhost:8000/resources/trip mine.php. Origin http://127.0.0.1:8000 is not allowed by Access-Control-Allow-Or igin.
1 Test that a cross-origin redirect does not result in a non-simple request being sent to the target. 11 Test that a cross-origin redirect does not result in a non-simple request being sent to the target.
2 12
3 Asynchronous XMLHttpRequest 307 POST redirect: 13 Asynchronous XMLHttpRequest 307 POST redirect:
4 PASS 14 PASS
5 Asynchronous XMLHttpRequest 307 GET redirect: 15 Asynchronous XMLHttpRequest 307 GET redirect:
6 PASS 16 PASS
7 Asynchronous XMLHttpRequest 303 POST redirect: 17 Asynchronous XMLHttpRequest 303 POST redirect:
8 PASS 18 PASS
9 Asynchronous XMLHttpRequest 303 GET redirect: 19 Asynchronous XMLHttpRequest 303 GET redirect:
10 PASS 20 PASS
(...skipping 24 matching lines...) Expand all
35 Synchronous XMLHttpRequest 307 DELETE redirect: 45 Synchronous XMLHttpRequest 307 DELETE redirect:
36 PASS 46 PASS
37 Synchronous XMLHttpRequest 301 POST redirect: 47 Synchronous XMLHttpRequest 301 POST redirect:
38 PASS 48 PASS
39 Synchronous XMLHttpRequest 301 GET redirect: 49 Synchronous XMLHttpRequest 301 GET redirect:
40 PASS 50 PASS
41 Synchronous XMLHttpRequest 301 DELETE redirect: 51 Synchronous XMLHttpRequest 301 DELETE redirect:
42 PASS 52 PASS
43 DONE 53 DONE
44 54
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698