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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/get-element-by-id-in-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/get-element-by-id-in-shadow-root-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/get-element-by-id-in-shadow-root-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/shadow/get-element-by-id-in-shadow-root-expected.txt
index 9fbd4a77ac43207286cc33818c10e83b6b818ad7..726cbf70970ef4bd7bfbb8c136f84ddc087386ce 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/shadow/get-element-by-id-in-shadow-root-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/get-element-by-id-in-shadow-root-expected.txt
@@ -4,11 +4,11 @@ Tests to ensure that ShadowRoot.getElementById can get an element in ShadowRoot
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS getNodeInTreeOfTrees('divA/inputB').id is "inputB"
-PASS getNodeInTreeOfTrees('divA/divC').id is "divC"
-PASS getNodeInTreeOfTrees('divA/divC/inputD').id is "inputD"
-PASS getNodeInTreeOfTrees('divA/divC//inputE').id is "inputE"
-PASS getNodeInTreeOfTrees('divA/divC///inputF').id is "inputF"
+PASS getNodeInComposedTree('divA/inputB').id is "inputB"
+PASS getNodeInComposedTree('divA/divC').id is "divC"
+PASS getNodeInComposedTree('divA/divC/inputD').id is "inputD"
+PASS getNodeInComposedTree('divA/divC//inputE').id is "inputE"
+PASS getNodeInComposedTree('divA/divC///inputF').id is "inputF"
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698