Pass | BeforeUnloadEvent should be an alias for BeforeUnloadEvent. | Asserts runPass | assert_equals(object "[object BeforeUnloadEvent]", object "[object BeforeUnloadEvent]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('BeforeUnloadEvent') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | beforeunloadevent should be an alias for BeforeUnloadEvent. | Asserts runPass | assert_equals(object "[object BeforeUnloadEvent]", object "[object BeforeUnloadEvent]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('beforeunloadevent') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | BEFOREUNLOADEVENT should be an alias for BeforeUnloadEvent. | Asserts runPass | assert_equals(object "[object BeforeUnloadEvent]", object "[object BeforeUnloadEvent]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('BEFOREUNLOADEVENT') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "BeforeUnloadEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(plural); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:54:9) |
|
Pass | CompositionEvent should be an alias for CompositionEvent. | Asserts runPass | assert_equals(object "[object CompositionEvent]", object "[object CompositionEvent]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('CompositionEvent') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | compositionevent should be an alias for CompositionEvent. | Asserts runPass | assert_equals(object "[object CompositionEvent]", object "[object CompositionEvent]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('compositionevent') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | COMPOSITIONEVENT should be an alias for CompositionEvent. | Asserts runPass | assert_equals(object "[object CompositionEvent]", object "[object CompositionEvent]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('COMPOSITIONEVENT') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "CompositionEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(plural); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:54:9) |
|
Pass | CustomEvent should be an alias for CustomEvent. | Asserts runPass | assert_equals(object "[object CustomEvent]", object "[object CustomEvent]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('CustomEvent') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | customevent should be an alias for CustomEvent. | Asserts runPass | assert_equals(object "[object CustomEvent]", object "[object CustomEvent]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('customevent') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | CUSTOMEVENT should be an alias for CustomEvent. | Asserts runPass | assert_equals(object "[object CustomEvent]", object "[object CustomEvent]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('CUSTOMEVENT') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "CustomEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(plural); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:54:9) |
|
Pass | DeviceMotionEvent should be an alias for DeviceMotionEvent. | Asserts runPass | assert_equals(object "[object DeviceMotionEvent]", object "[object DeviceMotionEvent]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('DeviceMotionEvent') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | devicemotionevent should be an alias for DeviceMotionEvent. | Asserts runPass | assert_equals(object "[object DeviceMotionEvent]", object "[object DeviceMotionEvent]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('devicemotionevent') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | DEVICEMOTIONEVENT should be an alias for DeviceMotionEvent. | Asserts runPass | assert_equals(object "[object DeviceMotionEvent]", object "[object DeviceMotionEvent]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('DEVICEMOTIONEVENT') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "DeviceMotionEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(plural); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:54:9) |
|
Pass | DeviceOrientationEvent should be an alias for DeviceOrientationEvent. | Asserts runPass | assert_equals(object "[object DeviceOrientationEvent]", object "[object DeviceOrientationEvent]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('DeviceOrientationEvent') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | deviceorientationevent should be an alias for DeviceOrientationEvent. | Asserts runPass | assert_equals(object "[object DeviceOrientationEvent]", object "[object DeviceOrientationEvent]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('deviceorientationevent') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | DEVICEORIENTATIONEVENT should be an alias for DeviceOrientationEvent. | Asserts runPass | assert_equals(object "[object DeviceOrientationEvent]", object "[object DeviceOrientationEvent]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('DEVICEORIENTATIONEVENT') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "DeviceOrientationEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(plural); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:54:9) |
|
Pass | DragEvent should be an alias for DragEvent. | Asserts runPass | assert_equals(object "[object DragEvent]", object "[object DragEvent]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('DragEvent') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | dragevent should be an alias for DragEvent. | Asserts runPass | assert_equals(object "[object DragEvent]", object "[object DragEvent]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('dragevent') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | DRAGEVENT should be an alias for DragEvent. | Asserts runPass | assert_equals(object "[object DragEvent]", object "[object DragEvent]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('DRAGEVENT') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "DragEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(plural); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:54:9) |
|
Pass | Event should be an alias for Event. | Asserts runPass | assert_equals(object "[object Event]", object "[object Event]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('Event') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | event should be an alias for Event. | Asserts runPass | assert_equals(object "[object Event]", object "[object Event]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('event') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | EVENT should be an alias for Event. | Asserts runPass | assert_equals(object "[object Event]", object "[object Event]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('EVENT') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | Events should be an alias for Event. | Asserts runPass | assert_equals(object "[object Event]", object "[object Event]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('Events') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | events should be an alias for Event. | Asserts runPass | assert_equals(object "[object Event]", object "[object Event]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('events') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | EVENTS should be an alias for Event. | Asserts runPass | assert_equals(object "[object Event]", object "[object Event]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('EVENTS') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | FocusEvent should be an alias for FocusEvent. | Asserts runPass | assert_equals(object "[object FocusEvent]", object "[object FocusEvent]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('FocusEvent') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | focusevent should be an alias for FocusEvent. | Asserts runPass | assert_equals(object "[object FocusEvent]", object "[object FocusEvent]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('focusevent') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | FOCUSEVENT should be an alias for FocusEvent. | Asserts runPass | assert_equals(object "[object FocusEvent]", object "[object FocusEvent]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('FOCUSEVENT') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "FocusEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(plural); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:54:9) |
|
Pass | HashChangeEvent should be an alias for HashChangeEvent. | Asserts runPass | assert_equals(object "[object HashChangeEvent]", object "[object HashChangeEvent]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('HashChangeEvent') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | hashchangeevent should be an alias for HashChangeEvent. | Asserts runPass | assert_equals(object "[object HashChangeEvent]", object "[object HashChangeEvent]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('hashchangeevent') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | HASHCHANGEEVENT should be an alias for HashChangeEvent. | Asserts runPass | assert_equals(object "[object HashChangeEvent]", object "[object HashChangeEvent]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('HASHCHANGEEVENT') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "HashChangeEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(plural); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:54:9) |
|
Pass | HTMLEvents should be an alias for Event. | Asserts runPass | assert_equals(object "[object Event]", object "[object Event]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('HTMLEvents') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | htmlevents should be an alias for Event. | Asserts runPass | assert_equals(object "[object Event]", object "[object Event]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('htmlevents') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | HTMLEVENTS should be an alias for Event. | Asserts runPass | assert_equals(object "[object Event]", object "[object Event]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('HTMLEVENTS') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | KeyboardEvent should be an alias for KeyboardEvent. | Asserts runPass | assert_equals(object "[object KeyboardEvent]", object "[object KeyboardEvent]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('KeyboardEvent') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | keyboardevent should be an alias for KeyboardEvent. | Asserts runPass | assert_equals(object "[object KeyboardEvent]", object "[object KeyboardEvent]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('keyboardevent') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | KEYBOARDEVENT should be an alias for KeyboardEvent. | Asserts runPass | assert_equals(object "[object KeyboardEvent]", object "[object KeyboardEvent]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('KEYBOARDEVENT') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Fail | Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "KeyboardEvents" | assert_throws_dom: function "function () {
var evt = document.createEvent(plural);
}" did not throw at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/dom/nodes/Document-createEvent.https.html:54:9)
at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/dom/nodes/Document-createEvent.https.html:53:7 Asserts runFail | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(plural); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:54:9) |
|
Pass | MessageEvent should be an alias for MessageEvent. | Asserts runPass | assert_equals(object "[object MessageEvent]", object "[object MessageEvent]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('MessageEvent') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | messageevent should be an alias for MessageEvent. | Asserts runPass | assert_equals(object "[object MessageEvent]", object "[object MessageEvent]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('messageevent') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | MESSAGEEVENT should be an alias for MessageEvent. | Asserts runPass | assert_equals(object "[object MessageEvent]", object "[object MessageEvent]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('MESSAGEEVENT') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "MessageEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(plural); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:54:9) |
|
Pass | MouseEvent should be an alias for MouseEvent. | Asserts runPass | assert_equals(object "[object MouseEvent]", object "[object MouseEvent]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('MouseEvent') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | mouseevent should be an alias for MouseEvent. | Asserts runPass | assert_equals(object "[object MouseEvent]", object "[object MouseEvent]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('mouseevent') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | MOUSEEVENT should be an alias for MouseEvent. | Asserts runPass | assert_equals(object "[object MouseEvent]", object "[object MouseEvent]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('MOUSEEVENT') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | MouseEvents should be an alias for MouseEvent. | Asserts runPass | assert_equals(object "[object MouseEvent]", object "[object MouseEvent]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('MouseEvents') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | mouseevents should be an alias for MouseEvent. | Asserts runPass | assert_equals(object "[object MouseEvent]", object "[object MouseEvent]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('mouseevents') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | MOUSEEVENTS should be an alias for MouseEvent. | Asserts runPass | assert_equals(object "[object MouseEvent]", object "[object MouseEvent]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('MOUSEEVENTS') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | StorageEvent should be an alias for StorageEvent. | Asserts runPass | assert_equals(object "[object StorageEvent]", object "[object StorageEvent]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('StorageEvent') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | storageevent should be an alias for StorageEvent. | Asserts runPass | assert_equals(object "[object StorageEvent]", object "[object StorageEvent]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('storageevent') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | STORAGEEVENT should be an alias for StorageEvent. | Asserts runPass | assert_equals(object "[object StorageEvent]", object "[object StorageEvent]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('STORAGEEVENT') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "StorageEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(plural); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:54:9) |
|
Pass | SVGEvents should be an alias for Event. | Asserts runPass | assert_equals(object "[object Event]", object "[object Event]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('SVGEvents') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | svgevents should be an alias for Event. | Asserts runPass | assert_equals(object "[object Event]", object "[object Event]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('svgevents') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | SVGEVENTS should be an alias for Event. | Asserts runPass | assert_equals(object "[object Event]", object "[object Event]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('SVGEVENTS') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | TextEvent should be an alias for TextEvent. | Asserts runPass | assert_equals(object "[object TextEvent]", object "[object TextEvent]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('TextEvent') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | textevent should be an alias for TextEvent. | Asserts runPass | assert_equals(object "[object TextEvent]", object "[object TextEvent]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('textevent') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | TEXTEVENT should be an alias for TextEvent. | Asserts runPass | assert_equals(object "[object TextEvent]", object "[object TextEvent]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('TEXTEVENT') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "TextEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(plural); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:54:9) |
|
Pass | UIEvent should be an alias for UIEvent. | Asserts runPass | assert_equals(object "[object UIEvent]", object "[object UIEvent]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('UIEvent') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | uievent should be an alias for UIEvent. | Asserts runPass | assert_equals(object "[object UIEvent]", object "[object UIEvent]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('uievent') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | UIEVENT should be an alias for UIEvent. | Asserts runPass | assert_equals(object "[object UIEvent]", object "[object UIEvent]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('UIEVENT') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | UIEvents should be an alias for UIEvent. | Asserts runPass | assert_equals(object "[object UIEvent]", object "[object UIEvent]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('UIEvents') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | uievents should be an alias for UIEvent. | Asserts runPass | assert_equals(object "[object UIEvent]", object "[object UIEvent]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('uievents') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Pass | UIEVENTS should be an alias for UIEvent. | Asserts runPass | assert_equals(object "[object UIEvent]", object "[object UIEvent]")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:20:5) |
|
Pass | createEvent('UIEVENTS') should be initialized correctly. | Asserts runPass | assert_equals("", "", "type should be initialized to the empty string")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:24:5) | Pass | assert_equals(null, null, "target should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:26:5) | Pass | assert_equals(null, null, "currentTarget should be initialized to null")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:28:5) | Pass | assert_equals(0, 0, "eventPhase should be initialized to NONE (0)")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:30:5) | Pass | assert_equals(false, false, "bubbles should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:32:5) | Pass | assert_equals(false, false, "cancelable should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:34:5) | Pass | assert_equals(false, false, "defaultPrevented should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:36:5) | Pass | assert_equals(false, false, "isTrusted should be initialized to false")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:38:5) |
|
Optional Feature Unsupported | TouchEvent should be an alias for TouchEvent. | 'expose legacy touch event APIs' at supportsTouchEvents (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/dom/nodes/Document-createEvent.https.html:12:5)
at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/dom/nodes/Document-createEvent.https.html:18:5)
at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
at testAlias (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/dom/nodes/Document-createEvent.https.html:17:3) Asserts runFail | assert_implements_optional(false, "'expose legacy touch event APIs'")
at supportsTouchEvents ( /dom/nodes/Document-createEvent.https.html:12:5) |
|
Optional Feature Unsupported | createEvent('TouchEvent') should be initialized correctly. | 'expose legacy touch event APIs' at supportsTouchEvents (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/dom/nodes/Document-createEvent.https.html:12:5)
at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/dom/nodes/Document-createEvent.https.html:23:5)
at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
at testAlias (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/dom/nodes/Document-createEvent.https.html:22:3) Asserts runFail | assert_implements_optional(false, "'expose legacy touch event APIs'")
at supportsTouchEvents ( /dom/nodes/Document-createEvent.https.html:12:5) |
|
Optional Feature Unsupported | touchevent should be an alias for TouchEvent. | 'expose legacy touch event APIs' at supportsTouchEvents (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/dom/nodes/Document-createEvent.https.html:12:5)
at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/dom/nodes/Document-createEvent.https.html:18:5)
at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
at testAlias (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/dom/nodes/Document-createEvent.https.html:17:3) Asserts runFail | assert_implements_optional(false, "'expose legacy touch event APIs'")
at supportsTouchEvents ( /dom/nodes/Document-createEvent.https.html:12:5) |
|
Optional Feature Unsupported | createEvent('touchevent') should be initialized correctly. | 'expose legacy touch event APIs' at supportsTouchEvents (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/dom/nodes/Document-createEvent.https.html:12:5)
at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/dom/nodes/Document-createEvent.https.html:23:5)
at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
at testAlias (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/dom/nodes/Document-createEvent.https.html:22:3) Asserts runFail | assert_implements_optional(false, "'expose legacy touch event APIs'")
at supportsTouchEvents ( /dom/nodes/Document-createEvent.https.html:12:5) |
|
Optional Feature Unsupported | TOUCHEVENT should be an alias for TouchEvent. | 'expose legacy touch event APIs' at supportsTouchEvents (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/dom/nodes/Document-createEvent.https.html:12:5)
at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/dom/nodes/Document-createEvent.https.html:18:5)
at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
at testAlias (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/dom/nodes/Document-createEvent.https.html:17:3) Asserts runFail | assert_implements_optional(false, "'expose legacy touch event APIs'")
at supportsTouchEvents ( /dom/nodes/Document-createEvent.https.html:12:5) |
|
Optional Feature Unsupported | createEvent('TOUCHEVENT') should be initialized correctly. | 'expose legacy touch event APIs' at supportsTouchEvents (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/dom/nodes/Document-createEvent.https.html:12:5)
at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/dom/nodes/Document-createEvent.https.html:23:5)
at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
at testAlias (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/dom/nodes/Document-createEvent.https.html:22:3) Asserts runFail | assert_implements_optional(false, "'expose legacy touch event APIs'")
at supportsTouchEvents ( /dom/nodes/Document-createEvent.https.html:12:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "TouchEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(plural); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:54:9) |
|
Pass | Should throw NOT_SUPPORTED_ERR for unrecognized arguments | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function() { var evt = document.createEvent("foo"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:63:3) | Pass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function() { // 'LATIN CAPITAL LETTER I WITH DOT ABOVE' (U+0130) var evt = document.createEvent("U\u0130Event"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:66:3) | Pass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function() { // 'LATIN SMALL LETTER DOTLESS I' (U+0131) var evt = document.createEvent("U\u0131Event"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:70:3) |
|
Fail | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "AnimationEvent" | assert_throws_dom: function "function () {
var evt = document.createEvent(eventInterface);
}" did not throw at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/dom/nodes/Document-createEvent.https.html:156:5)
at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/dom/nodes/Document-createEvent.https.html:155:3 Asserts runFail | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "AnimationEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "AnimationPlaybackEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "AnimationPlaybackEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "AnimationPlayerEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "AnimationPlayerEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ApplicationCacheErrorEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "ApplicationCacheErrorEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "AudioProcessingEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "AudioProcessingEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "AutocompleteErrorEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "AutocompleteErrorEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "BeforeInstallPromptEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "BeforeInstallPromptEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "BlobEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "BlobEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ClipboardEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "ClipboardEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Fail | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "CloseEvent" | assert_throws_dom: function "function () {
var evt = document.createEvent(eventInterface);
}" did not throw at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/dom/nodes/Document-createEvent.https.html:156:5)
at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/dom/nodes/Document-createEvent.https.html:155:3 Asserts runFail | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "CloseEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "CommandEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "CommandEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "DataContainerEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "DataContainerEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Fail | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ErrorEvent" | assert_throws_dom: function "function () {
var evt = document.createEvent(eventInterface);
}" did not throw at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/dom/nodes/Document-createEvent.https.html:156:5)
at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/dom/nodes/Document-createEvent.https.html:155:3 Asserts runFail | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "ErrorEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ExtendableEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "ExtendableEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ExtendableMessageEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "ExtendableMessageEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "FetchEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "FetchEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "FontFaceSetLoadEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "FontFaceSetLoadEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "GamepadEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "GamepadEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "GeofencingEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "GeofencingEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Fail | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "IDBVersionChangeEvent" | assert_throws_dom: function "function () {
var evt = document.createEvent(eventInterface);
}" did not throw at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/dom/nodes/Document-createEvent.https.html:156:5)
at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/dom/nodes/Document-createEvent.https.html:155:3 Asserts runFail | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "IDBVersionChangeEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "InstallEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "InstallEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "KeyEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "KeyEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MIDIConnectionEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "MIDIConnectionEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MIDIMessageEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "MIDIMessageEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MediaEncryptedEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "MediaEncryptedEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MediaKeyEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "MediaKeyEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MediaKeyMessageEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "MediaKeyMessageEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MediaQueryListEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "MediaQueryListEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MediaStreamEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "MediaStreamEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MediaStreamTrackEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "MediaStreamTrackEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MouseScrollEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "MouseScrollEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MutationEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "MutationEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "NotificationEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "NotificationEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "NotifyPaintEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "NotifyPaintEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "OfflineAudioCompletionEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "OfflineAudioCompletionEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "OrientationEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "OrientationEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PageTransition" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "PageTransitions" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Fail | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PageTransitionEvent" | assert_throws_dom: function "function () {
var evt = document.createEvent(eventInterface);
}" did not throw at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/dom/nodes/Document-createEvent.https.html:156:5)
at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/dom/nodes/Document-createEvent.https.html:155:3 Asserts runFail | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "PageTransitionEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PointerEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "PointerEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Fail | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PopStateEvent" | assert_throws_dom: function "function () {
var evt = document.createEvent(eventInterface);
}" did not throw at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/dom/nodes/Document-createEvent.https.html:156:5)
at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/dom/nodes/Document-createEvent.https.html:155:3 Asserts runFail | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "PopStateEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PopUpEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "PopUpEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PresentationConnectionAvailableEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "PresentationConnectionAvailableEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PresentationConnectionCloseEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "PresentationConnectionCloseEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ProgressEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "ProgressEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PromiseRejectionEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "PromiseRejectionEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PushEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "PushEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "RTCDTMFToneChangeEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "RTCDTMFToneChangeEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "RTCDataChannelEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "RTCDataChannelEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "RTCIceCandidateEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "RTCIceCandidateEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "RelatedEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "RelatedEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ResourceProgressEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "ResourceProgressEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SVGEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SVGZoomEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "SVGZoomEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ScrollAreaEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "ScrollAreaEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SecurityPolicyViolationEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "SecurityPolicyViolationEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ServicePortConnectEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "ServicePortConnectEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ServiceWorkerMessageEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "ServiceWorkerMessageEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SimpleGestureEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "SimpleGestureEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SpeechRecognitionError" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "SpeechRecognitionErrors" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SpeechRecognitionEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "SpeechRecognitionEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SpeechSynthesisEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "SpeechSynthesisEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "SyncEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "SyncEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "TimeEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "TimeEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Fail | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "TrackEvent" | assert_throws_dom: function "function () {
var evt = document.createEvent(eventInterface);
}" did not throw at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/dom/nodes/Document-createEvent.https.html:156:5)
at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/dom/nodes/Document-createEvent.https.html:155:3 Asserts runFail | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "TrackEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Fail | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "TransitionEvent" | assert_throws_dom: function "function () {
var evt = document.createEvent(eventInterface);
}" did not throw at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/dom/nodes/Document-createEvent.https.html:156:5)
at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/dom/nodes/Document-createEvent.https.html:155:3 Asserts runFail | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "TransitionEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Fail | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "WebGLContextEvent" | assert_throws_dom: function "function () {
var evt = document.createEvent(eventInterface);
}" did not throw at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/dom/nodes/Document-createEvent.https.html:156:5)
at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/dom/nodes/Document-createEvent.https.html:155:3 Asserts runFail | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "WebGLContextEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "WebKitAnimationEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "WebKitAnimationEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "WebKitTransitionEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "WebKitTransitionEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Fail | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "WheelEvent" | assert_throws_dom: function "function () {
var evt = document.createEvent(eventInterface);
}" did not throw at Test.<anonymous> (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/dom/nodes/Document-createEvent.https.html:156:5)
at Test.step (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:2642:25)
at test (https://xn--n8j6ds53lwwkrqhv28a.wpt.live/resources/testharness.js:633:30)
at https://xn--n8j6ds53lwwkrqhv28a.wpt.live/dom/nodes/Document-createEvent.https.html:155:3 Asserts runFail | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "WheelEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|
Pass | Should throw NOT_SUPPORTED_ERR for non-legacy event interface "XULCommandEvent" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:156:5) |
|
Pass | Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "XULCommandEvents" | Asserts runPass | assert_throws_dom("NOT_SUPPORTED_ERR", function "function () { var evt = document.createEvent(eventInterface + "s"); }")
at Test.<anonymous> ( /dom/nodes/Document-createEvent.https.html:164:7) |
|