| 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 4b3a4f9dd3b749e0b98ed5a071515a94f265c498..baf1303b9cb7b34e9f46e48a8cd7b684a24d5bd2 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
|
| @@ -230,6 +230,10 @@ FAIL WHEELEVENT should be an alias for WheelEvent. Failed to execute 'createEven
|
| FAIL createEvent('WHEELEVENT') should be initialized correctly. Cannot read property 'type' of undefined
|
| PASS Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "WheelEvents"
|
| PASS Should throw NOT_SUPPORTED_ERR for unrecognized arguments
|
| +PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "AnimationPlaybackEvent"
|
| +PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "AnimationPlaybackEvents"
|
| +PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "AnimationPlayerEvent"
|
| +PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "AnimationPlayerEvents"
|
| PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ApplicationCacheErrorEvent"
|
| PASS Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "ApplicationCacheErrorEvents"
|
| PASS Should throw NOT_SUPPORTED_ERR for non-legacy event interface "AudioProcessingEvent"
|
|
|