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

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

Issue 26770004: Add console message levels to test expectation output. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Tests. Created 7 years, 2 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. No 'Access-Control-Allow-Origin' header is present on the requested re source. Origin 'http://127.0.0.1:8000' is therefore not allowed access. 1 CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:8000/resources/tripmi ne.php. No 'Access-Control-Allow-Origin' header is present on the requested reso urce. Origin 'http://127.0.0.1:8000' is therefore not allowed access.
2 CONSOLE MESSAGE: XMLHttpRequest cannot load http://localhost:8000/resources/trip mine.php. No 'Access-Control-Allow-Origin' header is present on the requested re source. Origin 'http://127.0.0.1:8000' is therefore not allowed access. 2 CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:8000/resources/tripmi ne.php. No 'Access-Control-Allow-Origin' header is present on the requested reso urce. Origin 'http://127.0.0.1:8000' is therefore not allowed access.
3 CONSOLE MESSAGE: XMLHttpRequest cannot load http://localhost:8000/resources/trip mine.php. No 'Access-Control-Allow-Origin' header is present on the requested re source. Origin 'http://127.0.0.1:8000' is therefore not allowed access. 3 CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:8000/resources/tripmi ne.php. No 'Access-Control-Allow-Origin' header is present on the requested reso urce. Origin 'http://127.0.0.1:8000' is therefore not allowed access.
4 CONSOLE MESSAGE: XMLHttpRequest cannot load http://localhost:8000/resources/trip mine.php. No 'Access-Control-Allow-Origin' header is present on the requested re source. Origin 'http://127.0.0.1:8000' is therefore not allowed access. 4 CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:8000/resources/tripmi ne.php. No 'Access-Control-Allow-Origin' header is present on the requested reso urce. Origin 'http://127.0.0.1:8000' is therefore not allowed access.
5 CONSOLE MESSAGE: XMLHttpRequest cannot load http://localhost:8000/resources/trip mine.php. No 'Access-Control-Allow-Origin' header is present on the requested re source. Origin 'http://127.0.0.1:8000' is therefore not allowed access. 5 CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:8000/resources/tripmi ne.php. No 'Access-Control-Allow-Origin' header is present on the requested reso urce. Origin 'http://127.0.0.1:8000' is therefore not allowed access.
6 CONSOLE MESSAGE: XMLHttpRequest cannot load http://localhost:8000/resources/trip mine.php. No 'Access-Control-Allow-Origin' header is present on the requested re source. Origin 'http://127.0.0.1:8000' is therefore not allowed access. 6 CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:8000/resources/tripmi ne.php. No 'Access-Control-Allow-Origin' header is present on the requested reso urce. Origin 'http://127.0.0.1:8000' is therefore not allowed access.
7 CONSOLE MESSAGE: XMLHttpRequest cannot load http://localhost:8000/resources/trip mine.php. No 'Access-Control-Allow-Origin' header is present on the requested re source. Origin 'http://127.0.0.1:8000' is therefore not allowed access. 7 CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:8000/resources/tripmi ne.php. No 'Access-Control-Allow-Origin' header is present on the requested reso urce. Origin 'http://127.0.0.1:8000' is therefore not allowed access.
8 CONSOLE MESSAGE: XMLHttpRequest cannot load http://localhost:8000/resources/trip mine.php. No 'Access-Control-Allow-Origin' header is present on the requested re source. Origin 'http://127.0.0.1:8000' is therefore not allowed access. 8 CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:8000/resources/tripmi ne.php. No 'Access-Control-Allow-Origin' header is present on the requested reso urce. Origin 'http://127.0.0.1:8000' is therefore not allowed access.
9 CONSOLE MESSAGE: XMLHttpRequest cannot load http://localhost:8000/resources/trip mine.php. No 'Access-Control-Allow-Origin' header is present on the requested re source. Origin 'http://127.0.0.1:8000' is therefore not allowed access. 9 CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:8000/resources/tripmi ne.php. No 'Access-Control-Allow-Origin' header is present on the requested reso urce. Origin 'http://127.0.0.1:8000' is therefore not allowed access.
10 CONSOLE MESSAGE: XMLHttpRequest cannot load http://localhost:8000/resources/trip mine.php. No 'Access-Control-Allow-Origin' header is present on the requested re source. Origin 'http://127.0.0.1:8000' is therefore not allowed access. 10 CONSOLE ERROR: XMLHttpRequest cannot load http://localhost:8000/resources/tripmi ne.php. No 'Access-Control-Allow-Origin' header is present on the requested reso urce. Origin 'http://127.0.0.1:8000' is therefore not allowed access.
11 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.
12 12
13 Asynchronous XMLHttpRequest 307 POST redirect: 13 Asynchronous XMLHttpRequest 307 POST redirect:
14 PASS 14 PASS
15 Asynchronous XMLHttpRequest 307 GET redirect: 15 Asynchronous XMLHttpRequest 307 GET redirect:
16 PASS 16 PASS
17 Asynchronous XMLHttpRequest 303 POST redirect: 17 Asynchronous XMLHttpRequest 303 POST redirect:
18 PASS 18 PASS
19 Asynchronous XMLHttpRequest 303 GET redirect: 19 Asynchronous XMLHttpRequest 303 GET redirect:
20 PASS 20 PASS
(...skipping 24 matching lines...) Expand all
45 Synchronous XMLHttpRequest 307 DELETE redirect: 45 Synchronous XMLHttpRequest 307 DELETE redirect:
46 PASS 46 PASS
47 Synchronous XMLHttpRequest 301 POST redirect: 47 Synchronous XMLHttpRequest 301 POST redirect:
48 PASS 48 PASS
49 Synchronous XMLHttpRequest 301 GET redirect: 49 Synchronous XMLHttpRequest 301 GET redirect:
50 PASS 50 PASS
51 Synchronous XMLHttpRequest 301 DELETE redirect: 51 Synchronous XMLHttpRequest 301 DELETE redirect:
52 PASS 52 PASS
53 DONE 53 DONE
54 54
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698