chromium/third_party/blink/web_tests/inspector-protocol/resources/script.js

(function () {
  var xhr = new XMLHttpRequest();
  xhr.responseType = "blob";
  xhr.open("GET", "../../media/content/greenbox.png", true);
  xhr.send();
})();