| Index: third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-createEvent-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-createEvent-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-createEvent-expected.txt
|
| index 04213d3d35c88720dc5e9faf56d9cf58090938f2..3f94ab7399bdf57e9b9620f25699d9bb2088861b 100644
|
| --- a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-createEvent-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-createEvent-expected.txt
|
| @@ -1,4 +1,4 @@
|
| -CONSOLE WARNING: line 13: 'SVGZoomEvent' is deprecated and will be removed in M52, around July 2016. See https://www.chromestatus.com/features/5760883808534528 for more details.
|
| +CONSOLE WARNING: 'SVGZoomEvent' is deprecated and will be removed in M52, around July 2016. See https://www.chromestatus.com/features/5760883808534528 for more details.
|
| This is a testharness.js-based test.
|
| PASS AnimationEvent should be an alias for AnimationEvent.
|
| PASS createEvent('AnimationEvent') should be initialized correctly.
|
| @@ -239,7 +239,8 @@ PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "A
|
| FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "AudioProcessingEvent" assert_throws: function "function () {
|
| var evt = document.createEvent(even..." did not throw
|
| PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "AudioProcessingEvents"
|
| -PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "AutocompleteErrorEvent"
|
| +FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "AutocompleteErrorEvent" assert_throws: function "function () {
|
| + var evt = document.createEvent(even..." did not throw
|
| PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "AutocompleteErrorEvents"
|
| FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "BeforeInstallPromptEvent" assert_throws: function "function () {
|
| var evt = document.createEvent(even..." did not throw
|
| @@ -272,7 +273,8 @@ PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "F
|
| FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "GamepadEvent" assert_throws: function "function () {
|
| var evt = document.createEvent(even..." did not throw
|
| PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "GamepadEvents"
|
| -PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "GeofencingEvent"
|
| +FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "GeofencingEvent" assert_throws: function "function () {
|
| + var evt = document.createEvent(even..." did not throw
|
| PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "GeofencingEvents"
|
| FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "InstallEvent" assert_throws: function "function () {
|
| var evt = document.createEvent(even..." did not throw
|
| @@ -357,7 +359,8 @@ PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "S
|
| FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SecurityPolicyViolationEvent" assert_throws: function "function () {
|
| var evt = document.createEvent(even..." did not throw
|
| PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "SecurityPolicyViolationEvents"
|
| -PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ServicePortConnectEvent"
|
| +FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ServicePortConnectEvent" assert_throws: function "function () {
|
| + var evt = document.createEvent(even..." did not throw
|
| PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "ServicePortConnectEvents"
|
| FAIL Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ServiceWorkerMessageEvent" assert_throws: function "function () {
|
| var evt = document.createEvent(even..." did not throw
|
|
|