Update web-platform-tests to revision b'73d6bd0d61f0ad5341d0c2303a7638e3aa12a594' (#34029)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2024-10-27 02:31:51 +01:00 committed by GitHub
parent 53911f4e5a
commit 63b2f813af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
659 changed files with 10990 additions and 2625 deletions

View file

@ -100,3 +100,33 @@
[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

View file

@ -0,0 +1,15 @@
[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

View file

@ -0,0 +1,3 @@
[throws-exception.html]
[moveBefore() on a cross-document target node]
expected: FAIL