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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-pseudo-element-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/shadow-pseudo-element-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-pseudo-element-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-pseudo-element-expected.txt
index 4c5f59260fabecfe6aecd492442397e4f8622384..295079b21c999dbbbbb990bac26bcd633c393a3e 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-pseudo-element-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-pseudo-element-expected.txt
@@ -4,18 +4,18 @@ Test for ::shadow pseudo element, http://crbug.com/367266.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS colorOf(getNodeInTreeOfTrees("host/target")) is not "rgb(255, 0, 0)"
-PASS colorOf(getNodeInTreeOfTrees("host/target")) is not "rgb(255, 0, 0)"
-PASS colorOf(getNodeInTreeOfTrees("host/target")) is not "rgb(255, 0, 0)"
-PASS colorOf(getNodeInTreeOfTrees("host/first-direct-child")) is not "rgb(255, 0, 0)"
-PASS colorOf(getNodeInTreeOfTrees("host/second-direct-child")) is not "rgb(255, 0, 0)"
-PASS colorOf(getNodeInTreeOfTrees("host-sibling")) is not "rgb(255, 0, 0)"
-PASS colorOf(getNodeInTreeOfTrees("host/first-direct-child")) is not "rgb(255, 0, 0)"
-PASS colorOf(getNodeInTreeOfTrees("host/second-direct-child")) is not "rgb(255, 0, 0)"
-PASS colorOf(getNodeInTreeOfTrees("host-sibling")) is not "rgb(255, 0, 0)"
-PASS colorOf(getNodeInTreeOfTrees("host/direct-child")) is "rgb(0, 128, 0)"
-PASS colorOf(getNodeInTreeOfTrees("host/not-direct-child")) is not "rgb(0, 128, 0)"
-PASS colorOf(getNodeInTreeOfTrees("host-child")) is not "rgb(0, 128, 0)"
+PASS colorOf(getNodeInComposedTree("host/target")) is not "rgb(255, 0, 0)"
+PASS colorOf(getNodeInComposedTree("host/target")) is not "rgb(255, 0, 0)"
+PASS colorOf(getNodeInComposedTree("host/target")) is not "rgb(255, 0, 0)"
+PASS colorOf(getNodeInComposedTree("host/first-direct-child")) is not "rgb(255, 0, 0)"
+PASS colorOf(getNodeInComposedTree("host/second-direct-child")) is not "rgb(255, 0, 0)"
+PASS colorOf(getNodeInComposedTree("host-sibling")) is not "rgb(255, 0, 0)"
+PASS colorOf(getNodeInComposedTree("host/first-direct-child")) is not "rgb(255, 0, 0)"
+PASS colorOf(getNodeInComposedTree("host/second-direct-child")) is not "rgb(255, 0, 0)"
+PASS colorOf(getNodeInComposedTree("host-sibling")) is not "rgb(255, 0, 0)"
+PASS colorOf(getNodeInComposedTree("host/direct-child")) is "rgb(0, 128, 0)"
+PASS colorOf(getNodeInComposedTree("host/not-direct-child")) is not "rgb(0, 128, 0)"
+PASS colorOf(getNodeInComposedTree("host-child")) is not "rgb(0, 128, 0)"
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698