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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network-fetch-content-with-error-status-code-expected.txt

Issue 2848353003: [Devtools] Fixed resource having no content if from xhr blob (Closed)
Patch Set: [Devtools] Fixed resource having no content if from xhr blob Created 3 years, 8 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/LayoutTests/http/tests/inspector-protocol/network-fetch-content-with-error-status-code-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network-fetch-content-with-error-status-code-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network-fetch-content-with-error-status-code-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..dc593947ecdb3613384a4e1523541d300e08fea8
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network-fetch-content-with-error-status-code-expected.txt
@@ -0,0 +1,12 @@
+Test to make sure if an xhr is fetched with the response as a blob and cross origin devtools can get body.
+
+Network Enabled
+Evaled fetch command in page
+Request will be sent
+Request Method (should be OPTIONS): OPTIONS
+Event URL has appropriate ending: true
+Second Response Method (should be GET): GET
+Got response received
+requestId is the same as requestWillBeSent: true
+Response Body: Some content
+

Powered by Google App Engine
This is Rietveld 408576698