Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/security/upgrade-insecure-requests/resources/navigate-top-frame.php |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/upgrade-insecure-requests/resources/navigate-top-frame.php b/third_party/WebKit/LayoutTests/http/tests/security/upgrade-insecure-requests/resources/navigate-top-frame.php |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..3b72972cf0dc679e4fa10a2a5b852b73917a822d |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/upgrade-insecure-requests/resources/navigate-top-frame.php |
| @@ -0,0 +1,8 @@ |
| +<!DOCTYPE html> |
| +<html> |
| + <body> |
| + <script> |
| + window.top.location.href = <?php echo json_encode($_GET['url']) ?>; |
| + </script> |
| + </body> |
| +</html> |