| Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/Document-createEvent-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/Document-createEvent-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/Document-createEvent-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..5a1eb87bf39a5b0271ab6edd03715a69cd021667
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/Document-createEvent-expected.txt
|
| @@ -0,0 +1,76 @@
|
| +This is a testharness.js-based test.
|
| +PASS CustomEvent should be an alias for CustomEvent.
|
| +PASS createEvent('CustomEvent') should be initialized correctly.
|
| +PASS customevent should be an alias for CustomEvent.
|
| +PASS createEvent('customevent') should be initialized correctly.
|
| +PASS CUSTOMEVENT should be an alias for CustomEvent.
|
| +PASS createEvent('CUSTOMEVENT') should be initialized correctly.
|
| +PASS Event should be an alias for Event.
|
| +PASS createEvent('Event') should be initialized correctly.
|
| +PASS event should be an alias for Event.
|
| +PASS createEvent('event') should be initialized correctly.
|
| +PASS EVENT should be an alias for Event.
|
| +PASS createEvent('EVENT') should be initialized correctly.
|
| +PASS Events should be an alias for Event.
|
| +PASS createEvent('Events') should be initialized correctly.
|
| +PASS events should be an alias for Event.
|
| +PASS createEvent('events') should be initialized correctly.
|
| +PASS EVENTS should be an alias for Event.
|
| +PASS createEvent('EVENTS') should be initialized correctly.
|
| +PASS HTMLEvents should be an alias for Event.
|
| +PASS createEvent('HTMLEvents') should be initialized correctly.
|
| +PASS htmlevents should be an alias for Event.
|
| +PASS createEvent('htmlevents') should be initialized correctly.
|
| +PASS HTMLEVENTS should be an alias for Event.
|
| +PASS createEvent('HTMLEVENTS') should be initialized correctly.
|
| +PASS KeyboardEvent should be an alias for KeyboardEvent.
|
| +PASS createEvent('KeyboardEvent') should be initialized correctly.
|
| +FAIL keyboardevent should be an alias for KeyboardEvent. Failed to execute 'createEvent' on 'Document': The provided event type ('keyboardevent') is invalid.
|
| +FAIL createEvent('keyboardevent') should be initialized correctly. Cannot read property 'type' of undefined
|
| +FAIL KEYBOARDEVENT should be an alias for KeyboardEvent. Failed to execute 'createEvent' on 'Document': The provided event type ('KEYBOARDEVENT') is invalid.
|
| +FAIL createEvent('KEYBOARDEVENT') should be initialized correctly. Cannot read property 'type' of undefined
|
| +FAIL KeyEvents should be an alias for KeyboardEvent. Failed to execute 'createEvent' on 'Document': The provided event type ('KeyEvents') is invalid.
|
| +FAIL createEvent('KeyEvents') should be initialized correctly. Cannot read property 'type' of undefined
|
| +FAIL keyevents should be an alias for KeyboardEvent. Failed to execute 'createEvent' on 'Document': The provided event type ('keyevents') is invalid.
|
| +FAIL createEvent('keyevents') should be initialized correctly. Cannot read property 'type' of undefined
|
| +FAIL KEYEVENTS should be an alias for KeyboardEvent. Failed to execute 'createEvent' on 'Document': The provided event type ('KEYEVENTS') is invalid.
|
| +FAIL createEvent('KEYEVENTS') should be initialized correctly. Cannot read property 'type' of undefined
|
| +PASS MessageEvent should be an alias for MessageEvent.
|
| +PASS createEvent('MessageEvent') should be initialized correctly.
|
| +FAIL messageevent should be an alias for MessageEvent. Failed to execute 'createEvent' on 'Document': The provided event type ('messageevent') is invalid.
|
| +FAIL createEvent('messageevent') should be initialized correctly. Cannot read property 'type' of undefined
|
| +FAIL MESSAGEEVENT should be an alias for MessageEvent. Failed to execute 'createEvent' on 'Document': The provided event type ('MESSAGEEVENT') is invalid.
|
| +FAIL createEvent('MESSAGEEVENT') should be initialized correctly. Cannot read property 'type' of undefined
|
| +PASS MouseEvent should be an alias for MouseEvent.
|
| +PASS createEvent('MouseEvent') should be initialized correctly.
|
| +PASS mouseevent should be an alias for MouseEvent.
|
| +PASS createEvent('mouseevent') should be initialized correctly.
|
| +PASS MOUSEEVENT should be an alias for MouseEvent.
|
| +PASS createEvent('MOUSEEVENT') should be initialized correctly.
|
| +PASS MouseEvents should be an alias for MouseEvent.
|
| +PASS createEvent('MouseEvents') should be initialized correctly.
|
| +PASS mouseevents should be an alias for MouseEvent.
|
| +PASS createEvent('mouseevents') should be initialized correctly.
|
| +PASS MOUSEEVENTS should be an alias for MouseEvent.
|
| +PASS createEvent('MOUSEEVENTS') should be initialized correctly.
|
| +PASS TouchEvent should be an alias for TouchEvent.
|
| +PASS createEvent('TouchEvent') should be initialized correctly.
|
| +FAIL touchevent should be an alias for TouchEvent. Failed to execute 'createEvent' on 'Document': The provided event type ('touchevent') is invalid.
|
| +FAIL createEvent('touchevent') should be initialized correctly. Cannot read property 'type' of undefined
|
| +FAIL TOUCHEVENT should be an alias for TouchEvent. Failed to execute 'createEvent' on 'Document': The provided event type ('TOUCHEVENT') is invalid.
|
| +FAIL createEvent('TOUCHEVENT') should be initialized correctly. Cannot read property 'type' of undefined
|
| +PASS UIEvent should be an alias for UIEvent.
|
| +PASS createEvent('UIEvent') should be initialized correctly.
|
| +PASS uievent should be an alias for UIEvent.
|
| +PASS createEvent('uievent') should be initialized correctly.
|
| +PASS UIEVENT should be an alias for UIEvent.
|
| +PASS createEvent('UIEVENT') should be initialized correctly.
|
| +PASS UIEvents should be an alias for UIEvent.
|
| +PASS createEvent('UIEvents') should be initialized correctly.
|
| +PASS uievents should be an alias for UIEvent.
|
| +PASS createEvent('uievents') should be initialized correctly.
|
| +PASS UIEVENTS should be an alias for UIEvent.
|
| +PASS createEvent('UIEVENTS') should be initialized correctly.
|
| +PASS Should throw NOT_SUPPORTED_ERR for unrecognized arguments
|
| +Harness: the test ran to completion.
|
| +
|
|
|