| Index: third_party/WebKit/LayoutTests/inspector-protocol/network/resources/script.js
|
| diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/network/resources/script.js b/third_party/WebKit/LayoutTests/inspector-protocol/network/resources/script.js
|
| deleted file mode 100644
|
| index 1edd7bcfb4563357ceb8561460e24fd84b6d3ef5..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/inspector-protocol/network/resources/script.js
|
| +++ /dev/null
|
| @@ -1,6 +0,0 @@
|
| -(function () {
|
| - var xhr = new XMLHttpRequest();
|
| - xhr.responseType = "blob";
|
| - xhr.open("GET", "../../../media/content/greenbox.png", true);
|
| - xhr.send();
|
| -})();
|
|
|