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

Side by Side Diff: LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-distributed-text-node-expected.txt

Issue 210753002: Remove EventPath::parent() in favor of NodeRenderingTraversal::parent(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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 | Annotate | Revision Log
OLDNEW
1 Text Node 1 Text Node
2 2
3 3
4 Composed Shadow Tree will be: 4 Composed Shadow 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 » » » #text» 8 » » » DIV» id=content-parent
9 » » » » #text»
9 10
10 11
11 Moving mouse from a distributed text node to top 12 Moving mouse from a distributed text node to top
12 13
13 mouseout 14 mouseout
14 @content (target: content) (related: top) 15 @content-parent (target: content-parent) (related: top)
15 @shadow-root (target: content) (related: top) 16 @shadow-root (target: content-parent) (related: top)
16 @shadow-host (target: shadow-host) (related: top) 17 @shadow-host (target: shadow-host) (related: top)
17 @top (target: shadow-host) (related: top) 18 @top (target: shadow-host) (related: top)
18 19
19 mouseover 20 mouseover
20 @top (target: top) (related: shadow-host) 21 @top (target: top) (related: shadow-host)
21 22
22 mousewheel 23 mousewheel
23 @content (target: content) 24 @content-parent (target: content-parent)
24 @shadow-root (target: content) 25 @shadow-root (target: content-parent)
25 @shadow-host (target: shadow-host) 26 @shadow-host (target: shadow-host)
26 @top (target: shadow-host) 27 @top (target: shadow-host)
27 28
28 touchstart 29 touchstart
29 @content (target: content) (touches: content) (targetTouches: content) (cha ngedTouches: content) 30 @content-parent (target: content-parent) (touches: content-parent) (targetT ouches: content-parent) (changedTouches: content-parent)
30 @shadow-root (target: content) (touches: content) (targetTouches: content) (changedTouches: content) 31 @shadow-root (target: content-parent) (touches: content-parent) (targetTouc hes: content-parent) (changedTouches: content-parent)
31 @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)
32 @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)
33 PASS successfullyParsed is true 34 PASS successfullyParsed is true
34 35
35 TEST COMPLETE 36 TEST COMPLETE
36 37
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698