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

Side by Side Diff: LayoutTests/http/tests/inspector/network/load-resource-for-frontend-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: Not allowed to load local resource: index.html 1 CONSOLE ERROR: Not allowed to load local resource: index.html
2 CONSOLE MESSAGE: line 6: XHR loaded: 1 2 CONSOLE MESSAGE: line 6: XHR loaded: 1
3 3
4 Running: testNetworkResourceNonCached 4 Running: testNetworkResourceNonCached
5 Loading resource from http://localhost:8080/inspector/network/resources/resource .php 5 Loading resource from http://localhost:8080/inspector/network/resources/resource .php
6 Success: 200 6 Success: 200
7 Logged headers: cache-control, expires, pragma 7 Logged headers: cache-control, expires, pragma
8 Content: "Hello world" 8 Content: "Hello world"
9 Dumping request: http://localhost:8080/inspector/network/resources/resource.php 9 Dumping request: http://localhost:8080/inspector/network/resources/resource.php
10 statusCode: 200 10 statusCode: 200
11 11
(...skipping 26 matching lines...) Expand all
38 statusCode: 304 38 statusCode: 304
39 39
40 Running: testResourceWithCookie 40 Running: testResourceWithCookie
41 Loading resource from http://127.0.0.1:8000/inspector/network/resources/print-co okie.php 41 Loading resource from http://127.0.0.1:8000/inspector/network/resources/print-co okie.php
42 Success: 200 42 Success: 200
43 Logged headers: cache-control, expires, pragma 43 Logged headers: cache-control, expires, pragma
44 Content: "Cookie value: TestCookieValue." 44 Content: "Cookie value: TestCookieValue."
45 Dumping request: http://127.0.0.1:8000/inspector/network/resources/print-cookie. php 45 Dumping request: http://127.0.0.1:8000/inspector/network/resources/print-cookie. php
46 statusCode: 200 46 statusCode: 200
47 47
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698