Index: third_party/WebKit/LayoutTests/imported/wpt/service-workers/cache-storage/resources/fetch-status.py |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/service-workers/cache-storage/resources/fetch-status.py b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/cache-storage/resources/fetch-status.py |
new file mode 100644 |
index 0000000000000000000000000000000000000000..71f13ebc3a5f81c35e14da277853e939aac31672 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/cache-storage/resources/fetch-status.py |
@@ -0,0 +1,2 @@ |
+def main(request, response): |
+ return int(request.GET["status"]), [], "" |