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

Side by Side Diff: LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-text-node-in-shadow-root-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 1
2 2
3 Composed Shadow Tree will be: 3 Composed Shadow Tree will be:
4 DIV id=sandbox 4 DIV id=sandbox
5 DIV id=top 5 DIV id=top
6 DIV id=shadow-host 6 DIV id=shadow-host
7 #text 7 #text
8 8
9 9
10 Moving mouse from a direct child text node of the shadow root to top 10 Moving mouse from a direct child text node of the shadow root to top
11 11
12 mouseout 12 mouseout
13 @shadow-root (target: shadow-root) (related: top)
14 @shadow-host (target: shadow-host) (related: top) 13 @shadow-host (target: shadow-host) (related: top)
15 @top (target: shadow-host) (related: top) 14 @top (target: shadow-host) (related: top)
16 15
17 mouseover 16 mouseover
18 @top (target: top) (related: shadow-host) 17 @top (target: top) (related: shadow-host)
19 18
20 touchstart 19 touchstart
21 @shadow-root (target: shadow-root) (touches: shadow-root) (targetTouches: s hadow-root) (changedTouches: shadow-root)
22 @shadow-host (target: shadow-host) (touches: shadow-host) (targetTouches: s hadow-host) (changedTouches: shadow-host) 20 @shadow-host (target: shadow-host) (touches: shadow-host) (targetTouches: s hadow-host) (changedTouches: shadow-host)
23 @top (target: shadow-host) (touches: shadow-host) (targetTouches: shadow-ho st) (changedTouches: shadow-host) 21 @top (target: shadow-host) (touches: shadow-host) (targetTouches: shadow-ho st) (changedTouches: shadow-host)
24 22
25 mousewheel 23 mousewheel
26 @shadow-root (target: shadow-root)
27 @shadow-host (target: shadow-host) 24 @shadow-host (target: shadow-host)
28 @top (target: shadow-host) 25 @top (target: shadow-host)
29 PASS successfullyParsed is true 26 PASS successfullyParsed is true
30 27
31 TEST COMPLETE 28 TEST COMPLETE
32 29
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698