Completely failed files: 303; Completely failed subtests: 115; Failure level: 115/57980 (0.20%)
| Test | FF64 |
|---|---|
| /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/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/events/event-global.html (6/6, 100.00%, 0.01% of total) | OK |
| event exists on window, which is initially set to undefined | FAIL |
| window.event is only defined during dispatch | FAIL |
| window.event is set to the current event during dispatch | FAIL |
| window.event is set to the current event, which is the event passed to dispatch | FAIL |
| window.event is undefined if the target is in a shadow tree (event dispatched inside shadow tree) | FAIL |
| window.event is undefined if the target is in a shadow tree (event dispatched outside shadow tree) | FAIL |
| /dom/events/Event-defaultPrevented.html (1/8, 12.50%, 0.00% of total) | OK |
| returnValue should change defaultPrevented if cancelable is true. | FAIL |
| /dom/nodes/Document-createElement-namespace.html (6/51, 11.76%, 0.01% of total) | TIMEOUT |
| Created element's namespace in empty.svg | NOTRUN |
| Created element's namespace in empty.xhtml | NOTRUN |
| Created element's namespace in empty.xml | NOTRUN |
| Created element's namespace in minimal_html.svg | NOTRUN |
| Created element's namespace in minimal_html.xhtml | NOTRUN |
| Created element's namespace in minimal_html.xml | NOTRUN |
| /dom/events/Event-dispatch-click.html (8/14, 57.14%, 0.01% of total) | OK |
| disabled checkbox still has activation behavior, part 2 | FAIL |
| disconnected checkbox should be checked | FAIL |
| disconnected radio should be checked | FAIL |
| event state during post-click handling | FAIL |
| look at parents only when event bubbles | FAIL |
| pick the first with activation behavior <a href> | FAIL |
| pick the first with activation behavior <input type=checkbox> | FAIL |
| redispatch during post-click handling | FAIL |
| /dom/events/event-global-extra.window.html (6/6, 100.00%, 0.01% of total) | OK |
| Listener from a different global | FAIL |
| window.event and element from another document | FAIL |
| window.event and moving an element post-dispatch | FAIL |
| window.event for constructors from another global: EventTarget | FAIL |
| window.event for constructors from another global: XMLHttpRequest | FAIL |
| window.event should not be affected by nodes moving post-dispatch | FAIL |
| /dom/nodes/attributes.html (1/68, 1.47%, 0.00% of total) | OK |
| First set attribute is returned with mapped attribute set first | FAIL |
| /dom/events/Event-dispatch-on-disabled-elements.html (4/5, 80.00%, 0.01% of total) | OK |
| Can dispatch CustomEvents at disabled HTML elements. | FAIL |
| Can dispatch untrusted 'click' Events at disabled HTML elements. | FAIL |
| Can dispatch untrusted Events at disabled HTML elements. | FAIL |
| Real clicks on disabled elements must not dispatch events. | FAIL |
| /dom/interfaces.html?exclude=Node (1/1, 100.00%, 0.00% of total) | TIMEOUT |
| undefined | TIMEOUT |
| /dom/nodes/Node-lookupNamespaceURI.html (14/66, 21.21%, 0.02% of total) | OK |
| Child element has namespace URI matching prefix | FAIL |
| Child element should have null namespace | FAIL |
| Child element should inherit baz namespace | FAIL |
| Child element should not have XMLNS namespace | FAIL |
| Comment should inherit namespace URI matching prefix | FAIL |
| Document should have xhtml namespace, prefix "" | FAIL |
| Document should have xhtml namespace, prefix null | FAIL |
| Element does not has namespace with xlmns prefix | FAIL |
| Element has namespace URI matching prefix | FAIL |
| Element should not have XMLNS namespace | FAIL |
| For document, baz namespace is not default | FAIL |
| For document, xhtml namespace is default | FAIL |
| baz namespace is default for child | FAIL |
| childNamespace is default for child | FAIL |
| /dom/events/Event-initEvent.html (4/12, 33.33%, 0.01% of total) | OK |
| Properties of initEvent(type, false, false) | FAIL |
| Properties of initEvent(type, false, true) | FAIL |
| Properties of initEvent(type, true, false) | FAIL |
| Properties of initEvent(type, true, true) | FAIL |
| /dom/events/Event-defaultPrevented-after-dispatch.html (1/2, 50.00%, 0.00% of total) | OK |
| Default prevention via returnValue | FAIL |
| /dom/nodes/Document-createEvent.html (12/279, 4.30%, 0.02% of total) | OK |
| Should throw NOT_SUPPORTED_ERR for non-legacy event interface "MutationEvent" | FAIL |
| Should throw NOT_SUPPORTED_ERR for non-legacy event interface "ScrollAreaEvent" | FAIL |
| Should throw NOT_SUPPORTED_ERR for non-legacy event interface "TimeEvent" | FAIL |
| Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "KeyEvents" | FAIL |
| Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "MouseScrollEvents" | FAIL |
| Should throw NOT_SUPPORTED_ERR for pluralized non-legacy event interface "MutationEvents" | FAIL |
| TOUCHEVENT should be an alias for TouchEvent. | 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 |
| touchevent should be an alias for TouchEvent. | FAIL |
| /dom/nodes/Node-replaceChild.html (3/29, 10.34%, 0.01% of total) | OK |
| If node is an inclusive ancestor of the context node, a HierarchyRequestError should be thrown. | FAIL |
| Should check that 'node' is not an ancestor of 'parent' before checking whether 'child' is a child of 'parent' | FAIL |
| Should check whether 'child' is a child of 'parent' before checking whether 'node' is of a type that can have a parent. | 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/MutationObserver-document.html (2/4, 50.00%, 0.00% of total) | OK |
| parser script insertion mutation | FAIL |
| removal of parent during parsing | FAIL |
| /dom/events/relatedTarget.window.html (2/6, 33.33%, 0.00% of total) | OK |
| Reset targets before activation behavior | FAIL |
| Retarget a shadow-tree relatedTarget | FAIL |
| /dom/events/Event-returnValue.html (6/7, 85.71%, 0.01% of total) | OK |
| When an event is created, returnValue should be initialized to true. | FAIL |
| initEvent should unset returnValue. | FAIL |
| preventDefault() should change returnValue if cancelable is true. | FAIL |
| preventDefault() should not change returnValue if cancelable is false. | FAIL |
| 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/events/EventListener-addEventListener.sub.window.html (1/1, 100.00%, 0.00% of total) | TIMEOUT |
| EventListener.addEventListener doesn't throw when a cross origin object is passed in. | TIMEOUT |
| /dom/nodes/Node-insertBefore.html (2/31, 6.45%, 0.00% of total) | OK |
| Should check that 'node' is not an ancestor of 'parent' before checking whether 'child' is a child of 'parent' | FAIL |
| Should check whether 'child' is a child of 'parent' before checking whether 'node' is of a type that can have a parent. | FAIL |
| /dom/events/EventTarget-dispatchEvent-returnvalue.html (2/2, 100.00%, 0.00% of total) | OK |
| Return value of EventTarget.dispatchEvent() affected by preventDefault(). | FAIL |
| Return value of EventTarget.dispatchEvent() affected by returnValue. | 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: DOMRequest | FAIL |
| Historical DOM features must be removed: async | FAIL |
| XMLDocument.load | FAIL |
| /dom/nodes/Node-cloneNode.html (1/133, 0.75%, 0.00% of total) | OK |
| createElement(dialog) | FAIL |
| /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/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/events/Event-constructors.html (2/13, 15.38%, 0.00% of total) | OK |
| Event constructors 2 | FAIL |
| Event constructors 3 | FAIL |
| /dom/nodes/DOMImplementation-createDocument.html (12/402, 2.99%, 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: metadata for null,null,DocumentType node <!DOCTYPE html> | FAIL |
| createDocument test: null,"",DocumentType node <!DOCTYPE html -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd> | FAIL |
| createDocument test: null,"ெfoo",null,null | FAIL |
| createDocument test: null,null,DocumentType node <!DOCTYPE html>,null | FAIL |