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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/network/resources/dummy_js_redirect.php

Issue 1635263002: Add a test to make sure preloaded redirects are not reused Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
« no previous file with comments | « third_party/WebKit/LayoutTests/http/tests/inspector/network/resources/dummy.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/inspector/network/resources/dummy_js_redirect.php
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/network/resources/dummy_js_redirect.php b/third_party/WebKit/LayoutTests/http/tests/inspector/network/resources/dummy_js_redirect.php
new file mode 100644
index 0000000000000000000000000000000000000000..4884bec93e5ac0e589db7738a560d62e2230558d
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/network/resources/dummy_js_redirect.php
@@ -0,0 +1,4 @@
+<?php
+ header("HTTP/1.1 302");
+ header("Location: resources/dummy.js");
+?>
« no previous file with comments | « third_party/WebKit/LayoutTests/http/tests/inspector/network/resources/dummy.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698