Completely failed files: 303; Completely failed subtests: 73; Failure level: 73/57980 (0.13%)
| Test | Ch73 |
|---|---|
| /dom/events/AddEventListenerOptions-passive.html (1/5, 20.00%, 0.00% of total) | OK |
| returnValue should be ignored if-and-only-if the passive option is true | FAIL |
| /dom/events/event-global-extra.window.html (1/6, 16.67%, 0.00% of total) | OK |
| window.event should not be affected by nodes moving post-dispatch | FAIL |
| /dom/events/relatedTarget.window.html (3/6, 50.00%, 0.01% of total) | OK |
| Reset targets before activation behavior | FAIL |
| Reset targets on early return | FAIL |
| Retarget a shadow-tree relatedTarget | FAIL |
| /dom/events/Event-defaultPrevented.html (1/8, 12.50%, 0.00% of total) | OK |
| returnValue should not change defaultPrevented if cancelable is false. | FAIL |
| /dom/lists/DOMTokenList-coverage-for-attributes.html (1/175, 0.57%, 0.00% of total) | OK |
| a.relList in http://www.w3.org/2000/svg namespace should be DOMTokenList. | FAIL |
| /dom/events/Event-returnValue.html (2/7, 28.57%, 0.00% of total) | OK |
| returnValue=false should have no effect if cancelable is false. | FAIL |
| returnValue=true should have no effect once the canceled flag was set. | FAIL |
| /dom/nodes/Document-contentType/contentType/contenttype_javascripturi.html (1/1, 100.00%, 0.00% of total) | OK |
| Javascript URI document.contentType === 'text/html' | FAIL |
| /dom/interfaces.html?exclude=Node (1/1, 100.00%, 0.00% of total) | TIMEOUT |
| undefined | TIMEOUT |
| /dom/nodes/ParentNode-querySelector-All-xht.xht (2/1943, 0.10%, 0.00% of total) | OK |
| Document.querySelector: :link and :visited pseudo-class selectors, matching link elements with href attributes: #head :link, #head :visited | FAIL |
| Document.querySelectorAll: :link and :visited pseudo-class selectors, matching link elements with href attributes: #head :link, #head :visited | FAIL |
| /dom/historical.html (4/75, 5.33%, 0.01% of total) | OK |
| Historical DOM features must be removed: DOMError | FAIL |
| Historical DOM features must be removed: xmlEncoding | FAIL |
| Historical DOM features must be removed: xmlStandalone | FAIL |
| Historical DOM features must be removed: xmlVersion | FAIL |
| /dom/nodes/Element-closest.html (1/29, 3.45%, 0.00% of total) | OK |
| Element.closest with context node 'test4' and selector ':has(> :scope)' | FAIL |
| /dom/events/EventListener-incumbent-global-2.sub.html (1/1, 100.00%, 0.00% of total) | OK |
| Check the incumbent global EventListeners are called with | FAIL |
| /dom/events/shadow-relatedTarget.html (2/2, 100.00%, 0.00% of total) | TIMEOUT |
| relatedTarget should not leak at capturing phase, at window object. | TIMEOUT |
| relatedTarget should not leak at target. | TIMEOUT |
| /dom/nodes/DOMImplementation-createDocument.html (9/402, 2.24%, 0.02% of total) | OK |
| createDocument test: "http://example.com/","a:ெ",null,null | FAIL |
| createDocument test: "http://example.com/","ெ:a",null,null | FAIL |
| createDocument test: characterSet aliases for "http://example.com/","a:ெ",null | FAIL |
| createDocument test: characterSet aliases for "http://example.com/","ெ:a",null | FAIL |
| createDocument test: characterSet aliases for null,"ெfoo",null | FAIL |
| createDocument test: metadata for "http://example.com/","a:ெ",null | FAIL |
| createDocument test: metadata for "http://example.com/","ெ:a",null | FAIL |
| createDocument test: metadata for null,"ெfoo",null | FAIL |
| createDocument test: null,"ெfoo",null,null | FAIL |
| /dom/nodes/Element-webkitMatchesSelector.html (2/661, 0.30%, 0.00% of total) | OK |
| In-document Element.webkitMatchesSelector: :link and :visited pseudo-class selectors, matching link elements with href attributes (with no refNodes): #head :link, #head :visited | FAIL |
| In-document Element.webkitMatchesSelector: :link and :visited pseudo-class selectors, matching link elements with href attributes (with refNode Element): :link, #head :visited | FAIL |
| /dom/events/EventListener-addEventListener.sub.window.html (1/1, 100.00%, 0.00% of total) | OK |
| EventListener.addEventListener doesn't throw when a cross origin object is passed in. | FAIL |
| /dom/events/EventTarget-dispatchEvent.html (1/26, 3.85%, 0.00% of total) | OK |
| If the event's initialized flag is not set, an InvalidStateError must be thrown (TouchEvent). | FAIL |
| /dom/collections/HTMLCollection-supported-property-names.html (1/6, 16.67%, 0.00% of total) | OK |
| Trying to set an expando that would shadow an already-existing named property | FAIL |
| /dom/collections/HTMLCollection-supported-property-indices.html (2/7, 28.57%, 0.00% of total) | OK |
| Trying to delete an indexed property name should never work | FAIL |
| Trying to set an expando that would shadow an already-existing indexed property | FAIL |
| /dom/nodes/Document-createEvent.html (22/279, 7.89%, 0.04% of total) | OK |
| Should throw NOT_SUPPORTED_ERR for non-legacy event interface "AnimationEvent" | FAIL |
| Should throw NOT_SUPPORTED_ERR for non-legacy event interface "CloseEvent" | FAIL |
| Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ErrorEvent" | FAIL |
| Should throw NOT_SUPPORTED_ERR for non-legacy event interface "IDBVersionChangeEvent" | FAIL |
| Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MutationEvent" | FAIL |
| Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PageTransitionEvent" | FAIL |
| Should throw NOT_SUPPORTED_ERR for non-legacy event interface "PopStateEvent" | FAIL |
| Should throw NOT_SUPPORTED_ERR for non-legacy event interface "TrackEvent" | FAIL |
| Should throw NOT_SUPPORTED_ERR for non-legacy event interface "TransitionEvent" | FAIL |
| Should throw NOT_SUPPORTED_ERR for non-legacy event interface "WebGLContextEvent" | FAIL |
| Should throw NOT_SUPPORTED_ERR for non-legacy event interface "WheelEvent" | FAIL |
| Should throw NOT_SUPPORTED_ERR for pluralized legacy event interface "KeyboardEvents" | FAIL |
| Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "MutationEvents" | FAIL |
| TEXTEVENT should be an alias for CompositionEvent. | FAIL |
| TOUCHEVENT should be an alias for TouchEvent. | FAIL |
| TextEvent should be an alias for CompositionEvent. | FAIL |
| TouchEvent should be an alias for TouchEvent. | FAIL |
| createEvent('TOUCHEVENT') should be initialized correctly. | FAIL |
| createEvent('TouchEvent') should be initialized correctly. | FAIL |
| createEvent('touchevent') should be initialized correctly. | FAIL |
| textevent should be an alias for CompositionEvent. | FAIL |
| touchevent should be an alias for TouchEvent. | FAIL |
| /dom/nodes/Document-createElementNS.html (9/596, 1.51%, 0.02% of total) | OK |
| createElementNS test in HTML document: "http://example.com/","a:ெ",null | FAIL |
| createElementNS test in HTML document: "http://example.com/","ெ:a",null | FAIL |
| createElementNS test in HTML document: null,"ெfoo",null | FAIL |
| createElementNS test in XHTML document: "http://example.com/","a:ெ",null | FAIL |
| createElementNS test in XHTML document: "http://example.com/","ெ:a",null | FAIL |
| createElementNS test in XHTML document: null,"ெfoo",null | FAIL |
| createElementNS test in XML document: "http://example.com/","a:ெ",null | FAIL |
| createElementNS test in XML document: "http://example.com/","ெ:a",null | FAIL |
| createElementNS test in XML document: null,"ெfoo",null | FAIL |
| /dom/nodes/ParentNode-querySelector-All.html (2/1943, 0.10%, 0.00% of total) | OK |
| Document.querySelector: :link and :visited pseudo-class selectors, matching link elements with href attributes: #head :link, #head :visited | FAIL |
| Document.querySelectorAll: :link and :visited pseudo-class selectors, matching link elements with href attributes: #head :link, #head :visited | FAIL |
| /dom/nodes/Element-matches.html (2/661, 0.30%, 0.00% of total) | OK |
| In-document Element.matches: :link and :visited pseudo-class selectors, matching link elements with href attributes (with no refNodes): #head :link, #head :visited | FAIL |
| In-document Element.matches: :link and :visited pseudo-class selectors, matching link elements with href attributes (with refNode Element): :link, #head :visited | FAIL |
| /dom/events/Event-dispatch-on-disabled-elements.html (1/5, 20.00%, 0.00% of total) | OK |
| Real clicks on disabled elements must not dispatch events. | FAIL |