Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / inspector / network / load-resource-for-frontend-expected.txt
1 CONSOLE WARNING: Setting 'XMLHttpRequest.withCredentials' for synchronous requests is deprecated.
2 CONSOLE MESSAGE: line 6: XHR loaded: 1
3
4 Running: testNetworkResourceNonCached
5 Loading resource from http://localhost:8080/inspector/network/resources/resource.php
6 Success: 200
7 Logged headers: cache-control, expires, pragma
8 Content: "Hello world"
9 Dumping request: http://localhost:8080/inspector/network/resources/resource.php
10   statusCode: 200
11
12 Running: testNetworkResourceCached
13 Loading resource from http://localhost:8080/inspector/network/resources/resource.php?cached=1
14 Success: 200
15 Logged headers: cache-control, expires, last-modified
16 Content: "Hello world"
17 Dumping request: http://localhost:8080/inspector/network/resources/resource.php?cached=1
18   statusCode: 200
19
20 Running: testNetworkResourceIfModifiedSince
21 Loading resource from http://localhost:8080/inspector/network/resources/resource.php?cached=1
22 Success: 304
23 Logged headers: 
24 Content: ""
25 Dumping request: http://localhost:8080/inspector/network/resources/resource.php?cached=1
26   statusCode: 304
27
28 Running: testResourceFromIncorrectURL
29 Loading resource from resource.php
30 Failed: Couldn't create a loader
31 Dumping request: http://localhost:8080/inspector/network/resources/resource.php?cached=1
32   statusCode: 304
33
34 Running: testResourceFromFileScheme
35 Loading resource from file:///var/www/index.html
36 Failed: Loading resource for inspector failed
37 Dumping request: file:///var/www/index.html
38   statusCode: 0
39
40 Running: testResourceWithCookie
41 Loading resource from http://127.0.0.1:8000/inspector/network/resources/print-cookie.php
42 Success: 200
43 Logged headers: cache-control, expires, pragma
44 Content: "Cookie value: TestCookieValue."
45 Dumping request: http://127.0.0.1:8000/inspector/network/resources/print-cookie.php
46   statusCode: 200
47