mirror of
https://github.com/servo/servo.git
synced 2025-09-30 00:29:14 +01:00
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:
parent
53911f4e5a
commit
63b2f813af
659 changed files with 10990 additions and 2625 deletions
|
@ -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
|
||||
|
|
15
tests/wpt/meta/dom/nodes/moveBefore/tentative/fire-focusin-focusout.html.ini
vendored
Normal file
15
tests/wpt/meta/dom/nodes/moveBefore/tentative/fire-focusin-focusout.html.ini
vendored
Normal 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
|
3
tests/wpt/meta/dom/nodes/moveBefore/tentative/throws-exception.html.ini
vendored
Normal file
3
tests/wpt/meta/dom/nodes/moveBefore/tentative/throws-exception.html.ini
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
[throws-exception.html]
|
||||
[moveBefore() on a cross-document target node]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue