| Index: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/report-uri-multiple-reversed.php
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/report-uri-multiple-reversed.php b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/report-uri-multiple-reversed.php
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..bb180e0b61860e94b6ce6128ba5c596b58701d5b
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/report-uri-multiple-reversed.php
|
| @@ -0,0 +1,14 @@
|
| +<?php
|
| +header("Content-Security-Policy: img-src http://*; script-src 'self';");
|
| +header("Content-Security-Policy-Report-Only: img-src http://*; script-src 'self'; report-uri resources/save-report.php?test=report-uri-multiple-reversed.php");
|
| +?>
|
| +<!DOCTYPE html>
|
| +<html>
|
| +<head>
|
| + <script src="resources/report-test.js"></script>
|
| +</head>
|
| +<body>
|
| + <img src="ftp://blah.test" />
|
| + <script src="resources/go-to-echo-report.js"></script>
|
| +</body>
|
| +</html>
|
|
|