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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-manually-fired-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=host 6 DIV id=host
7 DIV id=div1 7 DIV id=div1
8 DIV id=div2 8 DIV id=div2
9 9
10 10
11 mouseout 11 mouseout
12 12
13 mouseover 13 mouseover
14 @div2 (target: div2) (related: div1) 14 @div2 (target: div2) (related: div1)
15 @shadow-root (target: div2) (related: div1) 15 @shadow-root (target: div2) (related: div1)
16 PASS successfullyParsed is true 16 PASS successfullyParsed is true
17 17
18 TEST COMPLETE 18 TEST COMPLETE
19 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698