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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/cachestorage/resources/fetch-status.php

Issue 2790143003: Cache Storage API tests: Fix WPT test bugs, remove redundant local copies (Closed)
Patch Set: Created 3 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/http/tests/cachestorage/resources/fetch-status.php
diff --git a/third_party/WebKit/LayoutTests/http/tests/cachestorage/resources/fetch-status.php b/third_party/WebKit/LayoutTests/http/tests/cachestorage/resources/fetch-status.php
deleted file mode 100644
index 2d1dddaa72c0229f63cd1fa141e1632b47bcda3c..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/http/tests/cachestorage/resources/fetch-status.php
+++ /dev/null
@@ -1,3 +0,0 @@
-<?php
-header ("HTTP/1.1 " . $_GET["status"]);
-?>

Powered by Google App Engine
This is Rietveld 408576698