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

Unified Diff: LayoutTests/fast/dom/shadow/distribution-for-detached-subtree-expected.txt

Issue 1068193002: Make Node::needsDistributionRecalc always check the root node of the tree of trees, instead of the … (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add a test Created 5 years, 8 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
« no previous file with comments | « LayoutTests/fast/dom/shadow/distribution-for-detached-subtree.html ('k') | Source/core/dom/Node.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/shadow/distribution-for-detached-subtree-expected.txt
diff --git a/LayoutTests/fast/dom/shadow/get-destination-insertion-points-expected.txt b/LayoutTests/fast/dom/shadow/distribution-for-detached-subtree-expected.txt
similarity index 65%
copy from LayoutTests/fast/dom/shadow/get-destination-insertion-points-expected.txt
copy to LayoutTests/fast/dom/shadow/distribution-for-detached-subtree-expected.txt
index 4fd4b037d9450d9551e56b6f9f7b208198297964..dbbc6d994bc541ec7f1a5008b6a8033b1afc964c 100644
--- a/LayoutTests/fast/dom/shadow/get-destination-insertion-points-expected.txt
+++ b/LayoutTests/fast/dom/shadow/distribution-for-detached-subtree-expected.txt
@@ -1,9 +1,10 @@
-Tests for getDestinationInsertionPoints().
+distribution should be recalculated correctly for a detached subtree.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS nodeList.length is expectedNodes.length
+PASS nodeList.length is expectedNodes.length
PASS nodeList.item(0) is expectedNodes[0]
PASS successfullyParsed is true
« no previous file with comments | « LayoutTests/fast/dom/shadow/distribution-for-detached-subtree.html ('k') | Source/core/dom/Node.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698