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

Side by Side 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, 7 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
(Empty)
1 Test to make sure if an xhr is fetched with the response as a blob and cross ori gin devtools can get body.
2
3 Network Enabled
4 Evaled fetch command in page
5 Request will be sent
6 Request Method (should be OPTIONS): OPTIONS
7 Event URL has appropriate ending: true
8 Second Response Method (should be GET): GET
9 Got response received
10 requestId is the same as requestWillBeSent: true
11 Response Body: Some content
12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698