Index: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/scriptnonce-allowed.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/scriptnonce-allowed.html b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/scriptnonce-allowed.html |
deleted file mode 100644 |
index d038e4c2c823325a8c5e9cc4bb7d29dce6e75fe7..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/scriptnonce-allowed.html |
+++ /dev/null |
@@ -1,22 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
- <head> |
- <meta http-equiv="Content-Security-Policy" content="script-src 'nonce-noncynonce' 'nonce-noncy+/=nonce'"> |
- <script nonce="noncynonce"> |
- if (window.testRunner) |
- testRunner.dumpAsText(); |
- </script> |
- <script nonce="noncynonce"> |
- alert('PASS (1/2)'); |
- </script> |
- <script nonce="noncy+/=nonce"> |
- alert('PASS (2/2)'); |
- </script> |
- </head> |
- <body> |
- <p> |
- This tests the effect of a valid script-nonce value. It passes if |
- no console warning is visible and the alerts are executed. |
- </p> |
- </body> |
-</html> |