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

Unified Diff: LayoutTests/fast/dom/shadow/nested-reprojection-inconsistent-expected.txt

Issue 137993003: Revert the feature of the <shadow> element as 'a function call' to the previous behavior. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update LayoutTests/TestExpectations Created 6 years, 11 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: 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

Powered by Google App Engine
This is Rietveld 408576698