Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/shadow-dom/HTMLSlotElement-interface-expected.txt

Issue 1999243002: Import wpt@5df9b57edb3307a87d5187804b29c8ddd2aa14e1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add expectations files (using run-webkit-tests --new-baseline) Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
+

Powered by Google App Engine
This is Rietveld 408576698