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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-distributed-text-node-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 Text Node 1 Text Node
2 2
3 3
4 Composed Shadow Tree will be: 4 Flat Tree will be:
5 DIV id=sandbox 5 DIV id=sandbox
6 DIV id=top 6 DIV id=top
7 DIV id=shadow-host 7 DIV id=shadow-host
8 DIV id=content-parent 8 DIV id=content-parent
9 #text 9 #text
10 10
11 11
12 Moving mouse from a distributed text node to top 12 Moving mouse from a distributed text node to top
13 13
14 mouseout 14 mouseout
(...skipping 13 matching lines...) Expand all
28 28
29 touchstart 29 touchstart
30 @content-parent (target: content-parent) (touches: content-parent) (targetT ouches: content-parent) (changedTouches: content-parent) 30 @content-parent (target: content-parent) (touches: content-parent) (targetT ouches: content-parent) (changedTouches: content-parent)
31 @shadow-root (target: content-parent) (touches: content-parent) (targetTouc hes: content-parent) (changedTouches: content-parent) 31 @shadow-root (target: content-parent) (touches: content-parent) (targetTouc hes: content-parent) (changedTouches: content-parent)
32 @shadow-host (target: shadow-host) (touches: shadow-host) (targetTouches: s hadow-host) (changedTouches: shadow-host) 32 @shadow-host (target: shadow-host) (touches: shadow-host) (targetTouches: s hadow-host) (changedTouches: shadow-host)
33 @top (target: shadow-host) (touches: shadow-host) (targetTouches: shadow-ho st) (changedTouches: shadow-host) 33 @top (target: shadow-host) (touches: shadow-host) (targetTouches: shadow-ho st) (changedTouches: shadow-host)
34 PASS successfullyParsed is true 34 PASS successfullyParsed is true
35 35
36 TEST COMPLETE 36 TEST COMPLETE
37 37
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698