chromium/third_party/blink/web_tests/http/tests/inspector-protocol/network/get-response-body-expected.txt

Tests fetching of a response body.
Request for http://127.0.0.1:8000/inspector-protocol/network/resources/final.js
console.log("Hello from final.js!");

Request for http://127.0.0.1:8000/inspector-protocol/network/resources/test.css
.red {
  color: red
}