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

Unified Diff: third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/http/tests/inspector/network/network-xhr-replay-expected.txt

Issue 2654433015: DevTools: rebaselined network tests for backwards compatibility (Closed)
Patch Set: undo network-datareceived Created 3 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/http/tests/inspector/network/network-xhr-replay-expected.txt
diff --git a/third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/http/tests/inspector/network/network-xhr-replay-expected.txt b/third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/http/tests/inspector/network/network-xhr-replay-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..627c9e8b2cb8bafd4db7e79933135f4d1c2d7a8d
--- /dev/null
+++ b/third_party/WebKit/Source/devtools/tests/baseline/protocol-1.2/http/tests/inspector/network/network-xhr-replay-expected.txt
@@ -0,0 +1,61 @@
+CONSOLE MESSAGE: line 6: XHR loaded: 1
+CONSOLE WARNING: line 33: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
+CONSOLE MESSAGE: line 6: XHR loaded: 2
+CONSOLE MESSAGE: line 6: XHR loaded: 3
+CONSOLE MESSAGE: line 6: XHR loaded: 4
+CONSOLE MESSAGE: line 6: XHR loaded: 5
+CONSOLE MESSAGE: line 6: XHR loaded: 6
+CONSOLE MESSAGE: line 6: XHR loaded: 7
+CONSOLE MESSAGE: line 6: XHR loaded: 8
+Tests XHR replaying. Bug 95187
+
+Running: testGetStaticAsync
+Dumping request:
+ url: http://user:password@127.0.0.1:8000/inspector/network/resources/empty.html
+ requestMethod: GET
+ test request header value: headerValueA
+
+Running: testGetStaticSync
+Dumping request:
+ url: http://user:password@127.0.0.1:8000/inspector/network/resources/empty.html
+ requestMethod: GET
+ test request header value: headerValueB
+
+Running: testGetCachedAsync
+Dumping request:
+ url: http://user:password@127.0.0.1:8000/inspector/network/resources/random-cached.php
+ requestMethod: GET
+ test request header value: headerValueC
+
+Running: testGetCachedSync
+Dumping request:
+ url: http://user:password@127.0.0.1:8000/inspector/network/resources/random-cached.php
+ requestMethod: GET
+ test request header value: headerValueD
+
+Running: testGetRandomAsync
+Dumping request:
+ url: http://user:password@127.0.0.1:8000/inspector/network/resources/random.php
+ requestMethod: GET
+ test request header value: headerValueE
+
+Running: testGetRandomSync
+Dumping request:
+ url: http://user:password@127.0.0.1:8000/inspector/network/resources/random.php
+ requestMethod: GET
+ test request header value: headerValueF
+
+Running: testPostAsync
+Dumping request:
+ url: http://user:password@127.0.0.1:8000/inspector/network/resources/random.php
+ requestFormData: payload
+ requestMethod: POST
+ test request header value: headerValueG
+
+Running: testPostSync
+Dumping request:
+ url: http://user:password@127.0.0.1:8000/inspector/network/resources/random.php
+ requestFormData: payload
+ requestMethod: POST
+ test request header value: headerValueH
+

Powered by Google App Engine
This is Rietveld 408576698