| 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
|
|
|