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

Side by Side 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 unified diff | Download patch
OLDNEW
1 crbug.com/337573: Test direct/indirect adjucent and positinal rules under shadow root. 1 crbug.com/337573: Test direct/indirect adjucent and positinal rules under shadow root.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS colorOf(getNodeInTreeOfTrees("host/child2")) is "rgb(0, 128, 0)" 6 PASS colorOf(getNodeInComposedTree("host/child2")) is "rgb(0, 128, 0)"
7 PASS colorOf(getNodeInTreeOfTrees("host/child2")) is "rgb(0, 128, 0)" 7 PASS colorOf(getNodeInComposedTree("host/child2")) is "rgb(0, 128, 0)"
8 PASS colorOf(getNodeInTreeOfTrees("host/child3")) is "rgb(0, 128, 0)" 8 PASS colorOf(getNodeInComposedTree("host/child3")) is "rgb(0, 128, 0)"
9 PASS colorOf(getNodeInTreeOfTrees("host/child1")) is "rgb(0, 128, 0)" 9 PASS colorOf(getNodeInComposedTree("host/child1")) is "rgb(0, 128, 0)"
10 PASS colorOf(getNodeInTreeOfTrees("host/child2")) is not "rgb(0, 128, 0)" 10 PASS colorOf(getNodeInComposedTree("host/child2")) is not "rgb(0, 128, 0)"
11 PASS colorOf(getNodeInTreeOfTrees("host/child3")) is not "rgb(0, 128, 0)" 11 PASS colorOf(getNodeInComposedTree("host/child3")) is not "rgb(0, 128, 0)"
12 PASS colorOf(getNodeInTreeOfTrees("host/child1")) is not "rgb(0, 128, 0)" 12 PASS colorOf(getNodeInComposedTree("host/child1")) is not "rgb(0, 128, 0)"
13 PASS colorOf(getNodeInTreeOfTrees("host/child2")) is not "rgb(0, 128, 0)" 13 PASS colorOf(getNodeInComposedTree("host/child2")) is not "rgb(0, 128, 0)"
14 PASS colorOf(getNodeInTreeOfTrees("host/child3")) is "rgb(0, 128, 0)" 14 PASS colorOf(getNodeInComposedTree("host/child3")) is "rgb(0, 128, 0)"
15 PASS colorOf(getNodeInTreeOfTrees("host/child1")) is not "rgb(0, 128, 0)" 15 PASS colorOf(getNodeInComposedTree("host/child1")) is not "rgb(0, 128, 0)"
16 PASS colorOf(getNodeInTreeOfTrees("host/child2")) is "rgb(0, 128, 0)" 16 PASS colorOf(getNodeInComposedTree("host/child2")) is "rgb(0, 128, 0)"
17 PASS colorOf(getNodeInTreeOfTrees("host/child3")) is not "rgb(0, 128, 0)" 17 PASS colorOf(getNodeInComposedTree("host/child3")) is not "rgb(0, 128, 0)"
18 PASS colorOf(getNodeInTreeOfTrees("host/child1")) is "rgb(0, 128, 0)" 18 PASS colorOf(getNodeInComposedTree("host/child1")) is "rgb(0, 128, 0)"
19 PASS colorOf(getNodeInTreeOfTrees("host/child2")) is not "rgb(0, 128, 0)" 19 PASS colorOf(getNodeInComposedTree("host/child2")) is not "rgb(0, 128, 0)"
20 PASS colorOf(getNodeInTreeOfTrees("host/child3")) is not "rgb(0, 128, 0)" 20 PASS colorOf(getNodeInComposedTree("host/child3")) is not "rgb(0, 128, 0)"
21 PASS colorOf(getNodeInTreeOfTrees("host/child1")) is not "rgb(0, 128, 0)" 21 PASS colorOf(getNodeInComposedTree("host/child1")) is not "rgb(0, 128, 0)"
22 PASS colorOf(getNodeInTreeOfTrees("host/child2")) is not "rgb(0, 128, 0)" 22 PASS colorOf(getNodeInComposedTree("host/child2")) is not "rgb(0, 128, 0)"
23 PASS colorOf(getNodeInTreeOfTrees("host/child3")) is "rgb(0, 128, 0)" 23 PASS colorOf(getNodeInComposedTree("host/child3")) is "rgb(0, 128, 0)"
24 PASS colorOf(getNodeInTreeOfTrees("host/child4")) is not "rgb(0, 128, 0)" 24 PASS colorOf(getNodeInComposedTree("host/child4")) is not "rgb(0, 128, 0)"
25 PASS colorOf(getNodeInTreeOfTrees("host/child1")) is not "rgb(0, 128, 0)" 25 PASS colorOf(getNodeInComposedTree("host/child1")) is not "rgb(0, 128, 0)"
26 PASS colorOf(getNodeInTreeOfTrees("host/child2")) is "rgb(0, 128, 0)" 26 PASS colorOf(getNodeInComposedTree("host/child2")) is "rgb(0, 128, 0)"
27 PASS colorOf(getNodeInTreeOfTrees("host/child3")) is not "rgb(0, 128, 0)" 27 PASS colorOf(getNodeInComposedTree("host/child3")) is not "rgb(0, 128, 0)"
28 PASS successfullyParsed is true 28 PASS successfullyParsed is true
29 29
30 TEST COMPLETE 30 TEST COMPLETE
31 31
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698