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

Side by Side 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 unified diff | Download patch
OLDNEW
(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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698