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

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

Issue 2331213002: Add `disposition` to SecurityPolicyViolationEvent (Closed)
Patch Set: Fix a typo in rebased test expectation Created 4 years, 2 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/securitypolicyviolation/securitypolicyviolation-basics-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/securitypolicyviolation/securitypolicyviolation-basics-expected.txt b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/securitypolicyviolation/securitypolicyviolation-basics-expected.txt
index 17ea7f3f9d6e1e1b19feb16c23b04ad93783a424..057bc3415423bbf38c4c5198536ddc45d1491b6a 100644
--- a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/securitypolicyviolation/securitypolicyviolation-basics-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/securitypolicyviolation/securitypolicyviolation-basics-expected.txt
@@ -12,6 +12,7 @@ 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.disposition is "enforce"
PASS window.e.sourceFile is "sourceFileValue"
PASS window.e.lineNumber is 1
PASS window.e.columnNumber is 1

Powered by Google App Engine
This is Rietveld 408576698