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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/navigation-redirect-to-http.php

Issue 2872363002: Upstream service worker navigation tests to WPT (Closed)
Patch Set: Created 3 years, 7 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/serviceworker/resources/navigation-redirect-to-http.php
diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/navigation-redirect-to-http.php b/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/navigation-redirect-to-http.php
deleted file mode 100644
index 597784f41d9b82c629d8632e3dbf2541f75aa610..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/navigation-redirect-to-http.php
+++ /dev/null
@@ -1,4 +0,0 @@
-<?php
-header("HTTP/1.1 302");
-header("Location: http://www.example.com/");
-?>

Powered by Google App Engine
This is Rietveld 408576698