| OLD | NEW |
| (Empty) |
| 1 This is a testharness.js-based test. | |
| 2 PASS HTMLSlotElement must be defined on window | |
| 3 PASS "name" attribute on HTMLSlotElement must reflect "name" attribute | |
| 4 PASS assignedNodes() on a HTMLSlotElement must return an empty array when the sl
ot element is not in a tree or in a document tree | |
| 5 PASS assignedNodes({"flattened":false}) on a HTMLSlotElement must return an empt
y array when the slot element is not in a tree or in a document tree | |
| 6 PASS assignedNodes({"flattened":true}) on a HTMLSlotElement must return an empty
array when the slot element is not in a tree or in a document tree | |
| 7 PASS assignedNodes() must return the list of assigned nodes when none of the ass
igned nodes themselves are slots | |
| 8 PASS assignedNodes({"flattened":false}) must return the list of assigned nodes w
hen none of the assigned nodes themselves are slots | |
| 9 PASS assignedNodes({"flattened":true}) must return the list of assigned nodes wh
en none of the assigned nodes themselves are slots | |
| 10 PASS assignedNodes() must update when slot and name attributes are modified | |
| 11 PASS assignedNodes({"flattened":false}) must update when slot and name attribute
s are modified | |
| 12 PASS assignedNodes({"flattened":true}) must update when slot and name attributes
are modified | |
| 13 PASS assignedNodes must update when a default slot is introduced dynamically by
a slot rename | |
| 14 PASS assignedNodes must update when a default slot is introduced dynamically by
a slot rename | |
| 15 PASS assignedNodes must update when a default slot is introduced dynamically by
a slot rename | |
| 16 FAIL assignedNodes must update when slot elements are inserted or removed assert
_array_equals: assignedNodes on a detached formerly-default slot must return an
empty array lengths differ, expected 0 got 3 | |
| 17 FAIL assignedNodes must update when slot elements are inserted or removed assert
_array_equals: assignedNodes on a detached formerly-default slot must return an
empty array lengths differ, expected 0 got 3 | |
| 18 FAIL assignedNodes must update when slot elements are inserted or removed assert
_array_equals: assignedNodes on a detached formerly-default slot must return an
empty array lengths differ, expected 0 got 3 | |
| 19 FAIL assignedNodes({flatten: true}) must return the distributed nodes, and assig
nedNodes() and assignedNodes({flatten: false}) must returned the assigned nodes
assert_array_equals: assignedNodes() must return an empty array when the slot el
ement is not in any tree lengths differ, expected 0 got 2 | |
| 20 Harness: the test ran to completion. | |
| 21 | |
| OLD | NEW |