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

Unified Diff: LayoutTests/fast/dom/shadow/shadow-element-distributed-nodes-expected.txt

Issue 59903015: [Shadow DOM]: Empty shadow insertion points should behave like <shadow><content *leftover*></conten… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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: LayoutTests/fast/dom/shadow/shadow-element-distributed-nodes-expected.txt
diff --git a/LayoutTests/fast/dom/shadow/shadow-element-distributed-nodes-expected.txt b/LayoutTests/fast/dom/shadow/shadow-element-distributed-nodes-expected.txt
index c09632ddca435ef724f8f92846bb399f35c0a94b..184a461e80216b63bd3fe1d2ec9475a8b6da65c0 100644
--- a/LayoutTests/fast/dom/shadow/shadow-element-distributed-nodes-expected.txt
+++ b/LayoutTests/fast/dom/shadow/shadow-element-distributed-nodes-expected.txt
@@ -15,8 +15,9 @@ getDistributedNodes() for "host/shadow" should return [host/shadow-child]
PASS distributedNodes.length is expectedDistributedNodes.length
PASS distributedNodes.item(0) is getNodeInTreeOfTrees(expectedDistributedNodes[0])
-getDistributedNodes() for "host/shadow" should return []
+getDistributedNodes() for "host/shadow" should return [host-child]
PASS distributedNodes.length is expectedDistributedNodes.length
+PASS distributedNodes.item(0) is getNodeInTreeOfTrees(expectedDistributedNodes[0])
getDistributedNodes() for "host/shadow" should return [host-child]
PASS distributedNodes.length is expectedDistributedNodes.length
@@ -30,10 +31,11 @@ getDistributedNodes() for "host//shadow" should return [host/older-child]
PASS distributedNodes.length is expectedDistributedNodes.length
PASS distributedNodes.item(0) is getNodeInTreeOfTrees(expectedDistributedNodes[0])
-getDistributedNodes() for "host//shadow" should return [host/older-child-1,host/older-child-2]
+getDistributedNodes() for "host//shadow" should return [host/older-child-1,host-child,host/older-child-2]
PASS distributedNodes.length is expectedDistributedNodes.length
PASS distributedNodes.item(0) is getNodeInTreeOfTrees(expectedDistributedNodes[0])
PASS distributedNodes.item(1) is getNodeInTreeOfTrees(expectedDistributedNodes[1])
+PASS distributedNodes.item(2) is getNodeInTreeOfTrees(expectedDistributedNodes[2])
getDistributedNodes() for "host//shadow" should return [host/older-child-1,host-child,host/older-child-2]
PASS distributedNodes.length is expectedDistributedNodes.length

Powered by Google App Engine
This is Rietveld 408576698