Index: third_party/WebKit/LayoutTests/http/tests/feature-policy/resources/feature-policy-payment-relocate.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/feature-policy/resources/feature-policy-payment-relocate.html b/third_party/WebKit/LayoutTests/http/tests/feature-policy/resources/feature-policy-payment-relocate.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..115c3231ca5386d08ededb254a6fe38163c01fa8 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/http/tests/feature-policy/resources/feature-policy-payment-relocate.html |
@@ -0,0 +1,7 @@ |
+<!DOCTYPE html> |
+<title>Feature-Policy PaymentRequest Relocated</title> |
+<script> |
+window.onload = function () { |
+ document.location = "http://localhost:8000/feature-policy/resources/feature-policy-payment.html"; |
+} |
+</script> |