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

Side by Side Diff: LayoutTests/http/tests/inspector/network/load-resource-for-frontend-expected.txt

Issue 955413002: Log in Binding code for invalid enum type. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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
OLDNEW
1 CONSOLE ERROR: The provided value 'undefined' is not a valid value of type 'XMLH ttpRequestResponseType'.
1 CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated bec ause of its detrimental effects to the end user's experience. For more help, che ck http://xhr.spec.whatwg.org/. 2 CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated bec ause of its detrimental effects to the end user's experience. For more help, che ck http://xhr.spec.whatwg.org/.
2 CONSOLE WARNING: Setting 'XMLHttpRequest.withCredentials' for synchronous reques ts is deprecated. 3 CONSOLE WARNING: Setting 'XMLHttpRequest.withCredentials' for synchronous reques ts is deprecated.
3 CONSOLE MESSAGE: line 6: XHR loaded: 1 4 CONSOLE MESSAGE: line 6: XHR loaded: 1
4 5
5 Running: testNetworkResourceNonCached 6 Running: testNetworkResourceNonCached
6 Loading resource from http://localhost:8080/inspector/network/resources/resource .php 7 Loading resource from http://localhost:8080/inspector/network/resources/resource .php
7 Success: 200 8 Success: 200
8 Logged headers: cache-control, expires, pragma 9 Logged headers: cache-control, expires, pragma
9 Content: "Hello world" 10 Content: "Hello world"
10 Dumping request: http://localhost:8080/inspector/network/resources/resource.php 11 Dumping request: http://localhost:8080/inspector/network/resources/resource.php
(...skipping 28 matching lines...) Expand all
39 statusCode: 0 40 statusCode: 0
40 41
41 Running: testResourceWithCookie 42 Running: testResourceWithCookie
42 Loading resource from http://127.0.0.1:8000/inspector/network/resources/print-co okie.php 43 Loading resource from http://127.0.0.1:8000/inspector/network/resources/print-co okie.php
43 Success: 200 44 Success: 200
44 Logged headers: cache-control, expires, pragma 45 Logged headers: cache-control, expires, pragma
45 Content: "Cookie value: TestCookieValue." 46 Content: "Cookie value: TestCookieValue."
46 Dumping request: http://127.0.0.1:8000/inspector/network/resources/print-cookie. php 47 Dumping request: http://127.0.0.1:8000/inspector/network/resources/print-cookie. php
47 statusCode: 200 48 statusCode: 200
48 49
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698