Index: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-basics-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-basics-expected.txt b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-basics-expected.txt |
deleted file mode 100644 |
index 17ea7f3f9d6e1e1b19feb16c23b04ad93783a424..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-basics-expected.txt |
+++ /dev/null |
@@ -1,22 +0,0 @@ |
-Check that a SecurityPolicyViolationEvent handler exists, and that events can be created. |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
- |
-PASS typeof document.onsecuritypolicyviolation is "object" |
-PASS typeof SecurityPolicyViolationEvent is "function" |
-PASS typeof window.e is "object" |
-PASS window.e.documentURI is "documentURIValue" |
-PASS window.e.referrer is "referrerValue" |
-PASS window.e.blockedURI is "blockedURIValue" |
-PASS window.e.violatedDirective is "violatedDirectiveValue" |
-PASS window.e.effectiveDirective is "effectiveDirectiveValue" |
-PASS window.e.originalPolicy is "originalPolicyValue" |
-PASS window.e.sourceFile is "sourceFileValue" |
-PASS window.e.lineNumber is 1 |
-PASS window.e.columnNumber is 1 |
-PASS window.e.statusCode is 200 |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |