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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/sibling-rules-under-shadow-root-expected.txt

Issue 1684533002: Rename "tree of trees" to "composed tree". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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: third_party/WebKit/LayoutTests/fast/dom/shadow/sibling-rules-under-shadow-root-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/sibling-rules-under-shadow-root-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/shadow/sibling-rules-under-shadow-root-expected.txt
index bc1907ab9869bf39a3b41971dd1224e838ae1f3d..5aedb18b2a9527270998d26862283b7d18397951 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/shadow/sibling-rules-under-shadow-root-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/sibling-rules-under-shadow-root-expected.txt
@@ -3,28 +3,28 @@ crbug.com/337573: Test direct/indirect adjucent and positinal rules under shadow
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS colorOf(getNodeInTreeOfTrees("host/child2")) is "rgb(0, 128, 0)"
-PASS colorOf(getNodeInTreeOfTrees("host/child2")) is "rgb(0, 128, 0)"
-PASS colorOf(getNodeInTreeOfTrees("host/child3")) is "rgb(0, 128, 0)"
-PASS colorOf(getNodeInTreeOfTrees("host/child1")) is "rgb(0, 128, 0)"
-PASS colorOf(getNodeInTreeOfTrees("host/child2")) is not "rgb(0, 128, 0)"
-PASS colorOf(getNodeInTreeOfTrees("host/child3")) is not "rgb(0, 128, 0)"
-PASS colorOf(getNodeInTreeOfTrees("host/child1")) is not "rgb(0, 128, 0)"
-PASS colorOf(getNodeInTreeOfTrees("host/child2")) is not "rgb(0, 128, 0)"
-PASS colorOf(getNodeInTreeOfTrees("host/child3")) is "rgb(0, 128, 0)"
-PASS colorOf(getNodeInTreeOfTrees("host/child1")) is not "rgb(0, 128, 0)"
-PASS colorOf(getNodeInTreeOfTrees("host/child2")) is "rgb(0, 128, 0)"
-PASS colorOf(getNodeInTreeOfTrees("host/child3")) is not "rgb(0, 128, 0)"
-PASS colorOf(getNodeInTreeOfTrees("host/child1")) is "rgb(0, 128, 0)"
-PASS colorOf(getNodeInTreeOfTrees("host/child2")) is not "rgb(0, 128, 0)"
-PASS colorOf(getNodeInTreeOfTrees("host/child3")) is not "rgb(0, 128, 0)"
-PASS colorOf(getNodeInTreeOfTrees("host/child1")) is not "rgb(0, 128, 0)"
-PASS colorOf(getNodeInTreeOfTrees("host/child2")) is not "rgb(0, 128, 0)"
-PASS colorOf(getNodeInTreeOfTrees("host/child3")) is "rgb(0, 128, 0)"
-PASS colorOf(getNodeInTreeOfTrees("host/child4")) is not "rgb(0, 128, 0)"
-PASS colorOf(getNodeInTreeOfTrees("host/child1")) is not "rgb(0, 128, 0)"
-PASS colorOf(getNodeInTreeOfTrees("host/child2")) is "rgb(0, 128, 0)"
-PASS colorOf(getNodeInTreeOfTrees("host/child3")) is not "rgb(0, 128, 0)"
+PASS colorOf(getNodeInComposedTree("host/child2")) is "rgb(0, 128, 0)"
+PASS colorOf(getNodeInComposedTree("host/child2")) is "rgb(0, 128, 0)"
+PASS colorOf(getNodeInComposedTree("host/child3")) is "rgb(0, 128, 0)"
+PASS colorOf(getNodeInComposedTree("host/child1")) is "rgb(0, 128, 0)"
+PASS colorOf(getNodeInComposedTree("host/child2")) is not "rgb(0, 128, 0)"
+PASS colorOf(getNodeInComposedTree("host/child3")) is not "rgb(0, 128, 0)"
+PASS colorOf(getNodeInComposedTree("host/child1")) is not "rgb(0, 128, 0)"
+PASS colorOf(getNodeInComposedTree("host/child2")) is not "rgb(0, 128, 0)"
+PASS colorOf(getNodeInComposedTree("host/child3")) is "rgb(0, 128, 0)"
+PASS colorOf(getNodeInComposedTree("host/child1")) is not "rgb(0, 128, 0)"
+PASS colorOf(getNodeInComposedTree("host/child2")) is "rgb(0, 128, 0)"
+PASS colorOf(getNodeInComposedTree("host/child3")) is not "rgb(0, 128, 0)"
+PASS colorOf(getNodeInComposedTree("host/child1")) is "rgb(0, 128, 0)"
+PASS colorOf(getNodeInComposedTree("host/child2")) is not "rgb(0, 128, 0)"
+PASS colorOf(getNodeInComposedTree("host/child3")) is not "rgb(0, 128, 0)"
+PASS colorOf(getNodeInComposedTree("host/child1")) is not "rgb(0, 128, 0)"
+PASS colorOf(getNodeInComposedTree("host/child2")) is not "rgb(0, 128, 0)"
+PASS colorOf(getNodeInComposedTree("host/child3")) is "rgb(0, 128, 0)"
+PASS colorOf(getNodeInComposedTree("host/child4")) is not "rgb(0, 128, 0)"
+PASS colorOf(getNodeInComposedTree("host/child1")) is not "rgb(0, 128, 0)"
+PASS colorOf(getNodeInComposedTree("host/child2")) is "rgb(0, 128, 0)"
+PASS colorOf(getNodeInComposedTree("host/child3")) is not "rgb(0, 128, 0)"
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698