Index: LayoutTests/fast/dom/shadow/nested-reprojection-inconsistent-expected.txt |
diff --git a/LayoutTests/fast/dom/shadow/nested-reprojection-inconsistent-expected.txt b/LayoutTests/fast/dom/shadow/nested-reprojection-inconsistent-expected.txt |
index 7f9a44ebf0968bd6fa07a27aac05dfafeee325ab..68fef8d1f33ea9bfa7873570e58a1e413cf537e4 100644 |
--- a/LayoutTests/fast/dom/shadow/nested-reprojection-inconsistent-expected.txt |
+++ b/LayoutTests/fast/dom/shadow/nested-reprojection-inconsistent-expected.txt |
@@ -5,16 +5,14 @@ PASS content.getDistributedNodes().length is 2 |
PASS content.getDistributedNodes().item(0) is div1 |
PASS content.getDistributedNodes().item(1) is addedDiv |
-Adds a div as fallback content |
-PASS content.getDistributedNodes().length is 3 |
+Adds a div as fallback content, which should not be used. |
+PASS content.getDistributedNodes().length is 2 |
PASS content.getDistributedNodes().item(0) is div1 |
-PASS content.getDistributedNodes().item(1) is anotherAddedDiv |
-PASS content.getDistributedNodes().item(2) is addedDiv |
+PASS content.getDistributedNodes().item(1) is addedDiv |
Removes the first added div |
-PASS content.getDistributedNodes().length is 2 |
+PASS content.getDistributedNodes().length is 1 |
PASS content.getDistributedNodes().item(0) is div1 |
-PASS content.getDistributedNodes().item(1) is anotherAddedDiv |
Removes the second added div |
PASS content.getDistributedNodes().length is 1 |