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