Index: third_party/WebKit/LayoutTests/fast/events/constructors/security-policy-violation-event-constructor-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/fast/events/constructors/security-policy-violation-event-constructor-expected.txt b/third_party/WebKit/LayoutTests/fast/events/constructors/security-policy-violation-event-constructor-expected.txt |
index 1fc04187f682b020763054fd15fd188cbb4f78cc..17b259f7e0087970fe7a7bca0e76fc6c46262caf 100644 |
--- a/third_party/WebKit/LayoutTests/fast/events/constructors/security-policy-violation-event-constructor-expected.txt |
+++ b/third_party/WebKit/LayoutTests/fast/events/constructors/security-policy-violation-event-constructor-expected.txt |
@@ -11,6 +11,7 @@ PASS new SecurityPolicyViolationEvent('eventType').blockedURI is "" |
PASS new SecurityPolicyViolationEvent('eventType').violatedDirective is "" |
PASS new SecurityPolicyViolationEvent('eventType').effectiveDirective is "" |
PASS new SecurityPolicyViolationEvent('eventType').originalPolicy is "" |
+PASS new SecurityPolicyViolationEvent('eventType').disposition is "" |
PASS new SecurityPolicyViolationEvent('eventType').sourceFile is "" |
PASS new SecurityPolicyViolationEvent('eventType').lineNumber is 0 |
PASS new SecurityPolicyViolationEvent('eventType').columnNumber is 0 |
@@ -25,6 +26,7 @@ PASS new SecurityPolicyViolationEvent('eventType', { blockedURI: 'foo' }).blocke |
PASS new SecurityPolicyViolationEvent('eventType', { violatedDirective: 'foo' }).violatedDirective is "foo" |
PASS new SecurityPolicyViolationEvent('eventType', { effectiveDirective: 'foo' }).effectiveDirective is "foo" |
PASS new SecurityPolicyViolationEvent('eventType', { originalPolicy: 'foo' }).originalPolicy is "foo" |
+PASS new SecurityPolicyViolationEvent('eventType', { disposition: 'foo' }).disposition is "foo" |
PASS new SecurityPolicyViolationEvent('eventType', { sourceFile: 'foo' }).sourceFile is "foo" |
PASS new SecurityPolicyViolationEvent('eventType', { lineNumber: 42 }).lineNumber is 42 |
PASS new SecurityPolicyViolationEvent('eventType', { columnNumber: 42 }).columnNumber is 42 |