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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-nested-shadow-roots-expected.txt

Issue 1675193002: Rename 'composed tree' to 'flat tree' in the layout tests. (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 1
2 2
3 Composed Shadow Tree will be: 3 Flat Tree will be:
4 DIV id=sandbox 4 DIV id=sandbox
5 DIV id=top 5 DIV id=top
6 DIV id=A 6 DIV id=A
7 DIV id=B 7 DIV id=B
8 DIV id=G 8 DIV id=G
9 DIV id=J 9 DIV id=J
10 DIV id=C 10 DIV id=C
11 DIV id=D 11 DIV id=D
12 DIV id=L 12 DIV id=L
13 DIV id=E 13 DIV id=E
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 @A (target: D) (related: A) 120 @A (target: D) (related: A)
121 @top (target: D) (related: A) 121 @top (target: D) (related: A)
122 122
123 mouseover 123 mouseover
124 @A (target: A) (related: D) 124 @A (target: A) (related: D)
125 @top (target: A) (related: D) 125 @top (target: A) (related: D)
126 PASS successfullyParsed is true 126 PASS successfullyParsed is true
127 127
128 TEST COMPLETE 128 TEST COMPLETE
129 129
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698