| Index: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url.html b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url.html
|
| deleted file mode 100644
|
| index 41b656d45893df2e09e9651712a906aefaf6b7ab..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/inline-script-blocked-javascript-url.html
|
| +++ /dev/null
|
| @@ -1,10 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<head>
|
| -<meta http-equiv="Content-Security-Policy" content="script-src http://127.0.0.1:*; options goofy">
|
| -<script src="resources/dump-as-text.js"></script>
|
| -</head>
|
| -This test passes if it doesn't alert fail.
|
| -<iframe src="javascript:alert('FAIL')"></iframe>
|
| -</body>
|
| -</html>
|
|
|