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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-details-summary-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 DETAILS id=details 6 DETAILS id=details
7 SUMMARY id=summary 7 SUMMARY id=summary
8 DIV id=details-marker 8 DIV id=details-marker
9 DIV id=details-content 9 DIV id=details-content
10 10
11 11
12 Moving mouse from details to summary 12 Moving mouse from details to summary
13 13
(...skipping 13 matching lines...) Expand all
27 @details (target: summary) (related: details) 27 @details (target: summary) (related: details)
28 @top (target: summary) (related: details) 28 @top (target: summary) (related: details)
29 29
30 mouseover 30 mouseover
31 @details (target: details) (related: summary) 31 @details (target: details) (related: summary)
32 @top (target: details) (related: summary) 32 @top (target: details) (related: summary)
33 PASS successfullyParsed is true 33 PASS successfullyParsed is true
34 34
35 TEST COMPLETE 35 TEST COMPLETE
36 36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698