Update web-platform-tests to revision b'18fda923cafeb4e3e0546ffcfb2302c3b1b11f98' (#36019)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2025-03-18 06:51:39 +01:00 committed by GitHub
parent 84a1b7d4a5
commit eb3c48f9d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
496 changed files with 17696 additions and 2718 deletions

View file

@ -409,3 +409,39 @@
[AbortController interface: calling abort(optional any) on new AbortController() with too few arguments must throw TypeError]
expected: FAIL
[Document interface: operation moveBefore(Node, Node?)]
expected: FAIL
[Document interface: new Document() must inherit property "moveBefore(Node, Node?)" with the proper type]
expected: FAIL
[Document interface: calling moveBefore(Node, Node?) on new Document() with too few arguments must throw TypeError]
expected: FAIL
[Document interface: xmlDoc must inherit property "moveBefore(Node, Node?)" with the proper type]
expected: FAIL
[Document interface: calling moveBefore(Node, Node?) on xmlDoc with too few arguments must throw TypeError]
expected: FAIL
[DocumentFragment interface: operation moveBefore(Node, Node?)]
expected: FAIL
[DocumentFragment interface: document.createDocumentFragment() must inherit property "moveBefore(Node, Node?)" with the proper type]
expected: FAIL
[DocumentFragment interface: calling moveBefore(Node, Node?) on document.createDocumentFragment() with too few arguments must throw TypeError]
expected: FAIL
[Element interface: operation moveBefore(Node, Node?)]
expected: FAIL
[Element interface: element must inherit property "moveBefore(Node, Node?)" with the proper type]
expected: FAIL
[Element interface: calling moveBefore(Node, Node?) on element with too few arguments must throw TypeError]
expected: FAIL
[idlharness.window.html?include=Node]

View file

@ -0,0 +1,87 @@
[Node-moveBefore.html]
[If node is a host-including inclusive ancestor of parent, then throw a HierarchyRequestError DOMException.]
expected: FAIL
[If node is not a DocumentFragment, DocumentType, Element, Text, ProcessingInstruction, or Comment node, then throw a HierarchyRequestError DOMException.]
expected: FAIL
[If node is a Text node and parent is a document, then throw a HierarchyRequestError DOMException.]
expected: FAIL
[If node is a doctype and parent is not a document, then throw a HierarchyRequestError DOMException.]
expected: FAIL
[If node is a DocumentFragment with multiple elements and parent is a document, then throw a HierarchyRequestError DOMException.]
expected: FAIL
[If node is a DocumentFragment with an element and parent is a document with another element, then throw a HierarchyRequestError DOMException.]
expected: FAIL
[If node is an Element and parent is a document with another element, then throw a HierarchyRequestError DOMException.]
expected: FAIL
[If node is a doctype and parent is a document with another doctype, then throw a HierarchyRequestError DOMException.]
expected: FAIL
[If node is a doctype and parent is a document with an element, then throw a HierarchyRequestError DOMException.]
expected: FAIL
[moveBefore() on disconnected parent throws a HierarchyRequestError]
expected: FAIL
[moveBefore() with disconnected target node throws a HierarchyRequestError]
expected: FAIL
[moveBefore() on a cross-document target node throws a HierarchyRequestError]
expected: FAIL
[moveBefore() into a Document throws a HierarchyRequestError]
expected: FAIL
[moveBefore() CharacterData into a Document]
expected: FAIL
[moveBefore() with node being an inclusive ancestor of parent throws a HierarchyRequestError]
expected: FAIL
[moveBefore() with a non-{Element, CharacterData} throws a HierarchyRequestError]
expected: FAIL
[moveBefore with an Element or CharacterData succeeds]
expected: FAIL
[moveBefore on a paragraph's Text node child]
expected: FAIL
[moveBefore with reference child whose parent is NOT the destination parent (context node) throws a NotFoundError.]
expected: FAIL
[moveBefore() returns undefined]
expected: FAIL
[Moving a node before itself should not move the node]
expected: FAIL
[Moving a node from a disconnected container to a disconnected new parent without a shared ancestor throws a HIERARCHY_REQUEST_ERR]
expected: FAIL
[Moving a node from a disconnected container to a disconnected new parent in the same tree succeeds]
expected: FAIL
[Moving a node from a disconnected container to a disconnected new parent in the same tree succeeds,also across shadow-roots]
expected: FAIL
[Moving a node from disconnected->connected throws a HIERARCHY_REQUEST_ERR]
expected: FAIL
[Moving a node from connected->disconnected throws a HIERARCHY_REQUEST_ERR]
expected: FAIL
[No custom element callbacks are run during disconnected moveBefore()]
expected: FAIL
[Invalid node hierarchy with null old parent does not crash]
expected: FAIL
[Move disconnected iframe does not crash]
expected: FAIL

View file

@ -1,6 +1,3 @@
[css-transition-cross-shadow.html]
[Moving an element with a transition across shadow boundaries should reset the transition]
expected: FAIL
[Moving an element with a transition across shadow boundaries preserves the transition]
expected: FAIL

View file

@ -1,25 +1,13 @@
[fire-focusin-focusout.html]
[Fire focusin/out when reparenting focused element directly]
expected: FAIL
[Fire focusin/out when reparenting an element that has focus within]
expected: FAIL
[Don't fire focusin/out when moving to the same parent]
expected: FAIL
[Fire focusin and then correct when moving to an inert subtree]
expected: FAIL
[Fire focusin and then correct when moving to a tree that is made inert using style]
expected: FAIL
[Don't fire focusin/out when reparenting focused element directly]
expected: FAIL
[Don't fire focusin/out when reparenting an element that has focus within]
expected: FAIL
[Don't fire focusin/out when moving to the same parent]
expected: FAIL
[Don't fire focusin and then correct when moving to an inert subtree]
expected: FAIL

View file

@ -1,13 +1,4 @@
[live-range-updates.html]
[moveBefore does not cause range startContainer to snap up to parent when startContainer is moved]
expected: FAIL
[moveBefore does not cause range startContainer to snap up to parent, when startContainer ancestor is moved]
expected: FAIL
[moveBefore does not cause range endContainer to snap up to parent, when endContainer ancestor is moved]
expected: FAIL
[moveBefore still results in range startContainer snapping up to parent when startContainer is moved]
expected: FAIL

View file

@ -1,168 +0,0 @@
[Node-moveBefore.html]
[Should check the 'parent' type before checking whether 'child' is a child of 'parent']
expected: FAIL
[Should check that 'node' is not an ancestor of 'parent' before checking whether 'child' is a child of 'parent']
expected: FAIL
[Should check whether 'child' is a child of 'parent' before checking whether 'node' is of a type that can have a parent.]
expected: FAIL
[Should check whether 'child' is a child of 'parent' before checking whether 'node' is of a type that can have a parent of the type that 'parent' is.]
expected: FAIL
[Should check whether 'child' is a child of 'parent' before checking whether 'node' can be inserted into the document given the kids the document has right now.]
expected: FAIL
[If node is a host-including inclusive ancestor of parent, then throw a HierarchyRequestError DOMException.]
expected: FAIL
[If node is not a DocumentFragment, DocumentType, Element, Text, ProcessingInstruction, or Comment node, then throw a HierarchyRequestError DOMException.]
expected: FAIL
[If node is a Text node and parent is a document, then throw a HierarchyRequestError DOMException.]
expected: FAIL
[If node is a doctype and parent is not a document, then throw a HierarchyRequestError DOMException.]
expected: FAIL
[If node is a DocumentFragment with multiple elements and parent is a document, then throw a HierarchyRequestError DOMException.]
expected: FAIL
[If node is a DocumentFragment with an element and parent is a document with another element, then throw a HierarchyRequestError DOMException.]
expected: FAIL
[If node is an Element and parent is a document with another element, then throw a HierarchyRequestError DOMException.]
expected: FAIL
[If node is a doctype and parent is a document with another doctype, then throw a HierarchyRequestError DOMException.]
expected: FAIL
[If node is a doctype and parent is a document with an element, then throw a HierarchyRequestError DOMException.]
expected: FAIL
[Calling moveBefore an a leaf node DocumentType must throw HIERARCHY_REQUEST_ERR.]
expected: FAIL
[Calling moveBefore an a leaf node Text must throw HIERARCHY_REQUEST_ERR.]
expected: FAIL
[Calling moveBefore an a leaf node Comment must throw HIERARCHY_REQUEST_ERR.]
expected: FAIL
[Calling moveBefore an a leaf node ProcessingInstruction must throw HIERARCHY_REQUEST_ERR.]
expected: FAIL
[Calling moveBefore with an inclusive ancestor of the context object must throw HIERARCHY_REQUEST_ERR.]
expected: FAIL
[Calling moveBefore with a reference child whose parent is not the context node must throw a NotFoundError.]
expected: FAIL
[If the context node is a document, inserting a document or text node should throw a HierarchyRequestError.]
expected: FAIL
[If the context node is a document, inserting a DocumentFragment that contains a text node or too many elements should throw a HierarchyRequestError.]
expected: FAIL
[If the context node is a document, inserting a DocumentFragment with an element if there already is an element child should throw a HierarchyRequestError.]
expected: FAIL
[If the context node is a document and a doctype is following the reference child, inserting a DocumentFragment with an element should throw a HierarchyRequestError.]
expected: FAIL
[If the context node is a document, inserting a DocumentFragment with an element before the doctype should throw a HierarchyRequestError.]
expected: FAIL
[If the context node is a document, inserting an element if there already is an element child should throw a HierarchyRequestError.]
expected: FAIL
[If the context node is a document, inserting an element before the doctype should throw a HierarchyRequestError.]
expected: FAIL
[If the context node is a document and a doctype is following the reference child, inserting an element should throw a HierarchyRequestError.]
expected: FAIL
[If the context node is a document, inserting a doctype if there already is a doctype child should throw a HierarchyRequestError.]
expected: FAIL
[If the context node is a document, inserting a doctype after the document element should throw a HierarchyRequestError.]
expected: FAIL
[If the context node is a document with and element child, appending a doctype should throw a HierarchyRequestError.]
expected: FAIL
[If the context node is a DocumentFragment, inserting a document or a doctype should throw a HierarchyRequestError.]
expected: FAIL
[If the context node is an element, inserting a document or a doctype should throw a HierarchyRequestError.]
expected: FAIL
[Inserting a node before itself should not move the node]
expected: FAIL
[moveBefore() on disconnected parent throws a HierarchyRequestError]
expected: FAIL
[moveBefore() with disconnected target node throws a HierarchyRequestError]
expected: FAIL
[moveBefore() on a cross-document target node throws a HierarchyRequestError]
expected: FAIL
[moveBefore() into a Document throws a HierarchyRequestError]
expected: FAIL
[moveBefore() into a CharacterData throws a HierarchyRequestError]
expected: FAIL
[moveBefore() with node being an inclusive ancestor of parent throws a HierarchyRequestError]
expected: FAIL
[moveBefore() with a non-{Element, CharacterData} throws a HierarchyRequestError]
expected: FAIL
[moveBefore with an Element or CharacterData succeeds]
expected: FAIL
[moveBefore on a paragraph's Text node child]
expected: FAIL
[moveBefore with reference child whose parent is NOT the destination parent (context node) throws a NotFoundError.]
expected: FAIL
[Moving a node from a disconnected container to a disconnected new parent succeeds]
expected: FAIL
[Moving a node from disconnected->connected throws a HIERARCHY_REQUEST_ERR]
expected: FAIL
[Moving a node from connected->disconnected throws a HIERARCHY_REQUEST_ERR]
expected: FAIL
[No custom element callbacks are run during disconnected moveBefore()]
expected: FAIL
[moveBefore() CharacterData into a Document]
expected: FAIL
[Moving a node from a disconnected container to a disconnected new parent without a shared ancestor throws a HIERARCHY_REQUEST_ERR]
expected: FAIL
[Moving a node from a disconnected container to a disconnected new parent in the same tree succeeds]
expected: FAIL
[Moving a node from a disconnected container to a disconnected new parent in the same tree succeeds,also across shadow-roots]
expected: FAIL
[moveBefore() returns undefined]
expected: FAIL
[Moving a node before itself should not move the node]
expected: FAIL
[Invalid node hierarchy with null old parent does not crash]
expected: FAIL
[Move disconnected iframe does not crash]
expected: FAIL

View file

@ -0,0 +1,2 @@
[document-function.window.html]
expected: ERROR