| 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 FAIL assignedNodes() on a HTMLSlotElement must return an empty array when the sl
ot element is not in a tree or in a document tree assert_true: "assignedNodes" m
ethod must be defined on HTMLSlotElement.prototype expected true got false |
| 5 FAIL 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 assert_true
: "assignedNodes" method must be defined on HTMLSlotElement.prototype expected t
rue got false |
| 6 FAIL 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 assert_true:
"assignedNodes" method must be defined on HTMLSlotElement.prototype expected tr
ue got false |
| 7 FAIL assignedNodes() must return the list of assigned nodes when none of the ass
igned nodes themselves are slots assert_true: "assignedNodes" method must be def
ined on HTMLSlotElement.prototype expected true got false |
| 8 FAIL assignedNodes({"flattened":false}) must return the list of assigned nodes w
hen none of the assigned nodes themselves are slots assert_true: "assignedNodes"
method must be defined on HTMLSlotElement.prototype expected true got false |
| 9 FAIL assignedNodes({"flattened":true}) must return the list of assigned nodes wh
en none of the assigned nodes themselves are slots assert_true: "assignedNodes"
method must be defined on HTMLSlotElement.prototype expected true got false |
| 10 FAIL assignedNodes() must update when slot and name attributes are modified slot
Element.assignedNodes is not a function |
| 11 FAIL assignedNodes({"flattened":false}) must update when slot and name attribute
s are modified slotElement.assignedNodes is not a function |
| 12 FAIL assignedNodes({"flattened":true}) must update when slot and name attributes
are modified slotElement.assignedNodes is not a function |
| 13 FAIL assignedNodes must update when a default slot is introduced dynamically by
a slot rename slotElement.assignedNodes is not a function |
| 14 FAIL assignedNodes must update when a default slot is introduced dynamically by
a slot rename slotElement.assignedNodes is not a function |
| 15 FAIL assignedNodes must update when a default slot is introduced dynamically by
a slot rename slotElement.assignedNodes is not a function |
| 16 FAIL assignedNodes must update when slot elements are inserted or removed firstS
lotElement.assignedNodes is not a function |
| 17 FAIL assignedNodes must update when slot elements are inserted or removed firstS
lotElement.assignedNodes is not a function |
| 18 FAIL assignedNodes must update when slot elements are inserted or removed firstS
lotElement.assignedNodes is not a function |
| 19 FAIL assignedNodes({flatten: true}) must return the distributed nodes, and assig
nedNodes() and assignedNodes({flatten: false}) must returned the assigned nodes
outerSlot.assignedNodes is not a function |
| 20 Harness: the test ran to completion. |
| 21 |
| OLD | NEW |