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

Unified Diff: LayoutTests/http/tests/inspector/network/network-fetch-expected.txt

Issue 1259393002: DevTools: add support for logging fetch requests when XHR logging is enabled (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fixed the test Created 5 years, 5 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: LayoutTests/http/tests/inspector/network/network-fetch-expected.txt
diff --git a/LayoutTests/http/tests/inspector/network/network-xhr-async-expected.txt b/LayoutTests/http/tests/inspector/network/network-fetch-expected.txt
similarity index 55%
copy from LayoutTests/http/tests/inspector/network/network-xhr-async-expected.txt
copy to LayoutTests/http/tests/inspector/network/network-fetch-expected.txt
index 2d157c1403c53740ea5c6c61f46a6517c8c2a5ad..a285648722654ce939e3ead2b4f90da9598a5619 100644
--- a/LayoutTests/http/tests/inspector/network/network-xhr-async-expected.txt
+++ b/LayoutTests/http/tests/inspector/network/network-fetch-expected.txt
@@ -1,8 +1,7 @@
-CONSOLE MESSAGE: line 6: XHR loaded: 1
-Tests XHR network resource type and content for asynchronous requests. Bug 61205
+Tests fetch network resource type and content.
http://127.0.0.1:8000/inspector/network/resources/resource.php
-resource.type: xhr
+resource.type: fetch
resource.content before requesting content: undefined
resource.content after requesting content: Hello world

Powered by Google App Engine
This is Rietveld 408576698