| 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 c824a64b99b6575b6660a08b2302d73e51fbe41a..ffef2bfdbb5cd2bc716ccb0c5c066d6db4021a87 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
|
| @@ -3,7 +3,7 @@ This tests the constructor for the SecurityPolicyViolationEvent DOM class.
|
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
|
|
|
|
| -PASS new SecurityPolicyViolationEvent('eventType').bubbles is false
|
| +PASS new SecurityPolicyViolationEvent('eventType').bubbles is true
|
| PASS new SecurityPolicyViolationEvent('eventType').cancelable is false
|
| PASS new SecurityPolicyViolationEvent('eventType').documentURI is ""
|
| PASS new SecurityPolicyViolationEvent('eventType').referrer is ""
|
| @@ -16,10 +16,10 @@ PASS new SecurityPolicyViolationEvent('eventType').disposition is "enforce"
|
| PASS new SecurityPolicyViolationEvent('eventType').lineNumber is 0
|
| PASS new SecurityPolicyViolationEvent('eventType').columnNumber is 0
|
| PASS new SecurityPolicyViolationEvent('eventType').statusCode is 0
|
| -PASS new SecurityPolicyViolationEvent('eventType', { bubbles: false }).bubbles is false
|
| +PASS new SecurityPolicyViolationEvent('eventType', { bubbles: false }).bubbles is true
|
| PASS new SecurityPolicyViolationEvent('eventType', { bubbles: true }).bubbles is true
|
| PASS new SecurityPolicyViolationEvent('eventType', { cancelable: false }).cancelable is false
|
| -PASS new SecurityPolicyViolationEvent('eventType', { cancelable: true }).cancelable is true
|
| +PASS new SecurityPolicyViolationEvent('eventType', { cancelable: true }).cancelable is false
|
| PASS new SecurityPolicyViolationEvent('eventType', { documentURI: 'foo' }).documentURI is "foo"
|
| PASS new SecurityPolicyViolationEvent('eventType', { referrer: 'foo' }).referrer is "foo"
|
| PASS new SecurityPolicyViolationEvent('eventType', { blockedURI: 'foo' }).blockedURI is "foo"
|
|
|