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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-text-node-in-shadow-root-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=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-host (target: shadow-host) (related: top) 13 @shadow-host (target: shadow-host) (related: top)
14 @top (target: shadow-host) (related: top) 14 @top (target: shadow-host) (related: top)
15 15
16 mouseover 16 mouseover
17 @top (target: top) (related: shadow-host) 17 @top (target: top) (related: shadow-host)
18 18
19 touchstart 19 touchstart
20 @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)
21 @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)
22 22
23 mousewheel 23 mousewheel
24 @shadow-host (target: shadow-host) 24 @shadow-host (target: shadow-host)
25 @top (target: shadow-host) 25 @top (target: shadow-host)
26 PASS successfullyParsed is true 26 PASS successfullyParsed is true
27 27
28 TEST COMPLETE 28 TEST COMPLETE
29 29
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-svg-in-shadow-subtree-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698