Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(347)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/securitypolicyviolation-basics-expected.txt

Issue 2020053002: 'SecurityPolicyViolation' event data errors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
-

Powered by Google App Engine
This is Rietveld 408576698