| Index: third_party/WebKit/LayoutTests/imported/wpt/shadow-dom/HTMLSlotElement-interface-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/shadow-dom/HTMLSlotElement-interface-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/shadow-dom/HTMLSlotElement-interface-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..23468f568bc4ede692558f402dd68943e19d1c1c
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/shadow-dom/HTMLSlotElement-interface-expected.txt
|
| @@ -0,0 +1,21 @@
|
| +This is a testharness.js-based test.
|
| +PASS HTMLSlotElement must be defined on window
|
| +PASS "name" attribute on HTMLSlotElement must reflect "name" attribute
|
| +FAIL assignedNodes() 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 true got false
|
| +FAIL assignedNodes({"flattened":false}) 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 true got false
|
| +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 true got false
|
| +FAIL assignedNodes() must return the list of assigned nodes when none of the assigned nodes themselves are slots assert_true: "assignedNodes" method must be defined on HTMLSlotElement.prototype expected true got false
|
| +FAIL assignedNodes({"flattened":false}) must return the list of assigned nodes when none of the assigned nodes themselves are slots assert_true: "assignedNodes" method must be defined on HTMLSlotElement.prototype expected true got false
|
| +FAIL assignedNodes({"flattened":true}) must return the list of assigned nodes when none of the assigned nodes themselves are slots assert_true: "assignedNodes" method must be defined on HTMLSlotElement.prototype expected true got false
|
| +FAIL assignedNodes() must update when slot and name attributes are modified slotElement.assignedNodes is not a function
|
| +FAIL assignedNodes({"flattened":false}) must update when slot and name attributes are modified slotElement.assignedNodes is not a function
|
| +FAIL assignedNodes({"flattened":true}) must update when slot and name attributes are modified slotElement.assignedNodes is not a function
|
| +FAIL assignedNodes must update when a default slot is introduced dynamically by a slot rename slotElement.assignedNodes is not a function
|
| +FAIL assignedNodes must update when a default slot is introduced dynamically by a slot rename slotElement.assignedNodes is not a function
|
| +FAIL assignedNodes must update when a default slot is introduced dynamically by a slot rename slotElement.assignedNodes is not a function
|
| +FAIL assignedNodes must update when slot elements are inserted or removed firstSlotElement.assignedNodes is not a function
|
| +FAIL assignedNodes must update when slot elements are inserted or removed firstSlotElement.assignedNodes is not a function
|
| +FAIL assignedNodes must update when slot elements are inserted or removed firstSlotElement.assignedNodes is not a function
|
| +FAIL assignedNodes({flatten: true}) must return the distributed nodes, and assignedNodes() and assignedNodes({flatten: false}) must returned the assigned nodes outerSlot.assignedNodes is not a function
|
| +Harness: the test ran to completion.
|
| +
|
|
|