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

Side by Side Diff: LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-empty-shadow-element-expected.txt

Issue 59903015: [Shadow DOM]: Empty shadow insertion points should behave like <shadow><content *leftover*></conten… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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 Tests to ensure that event dispatching behaves as the Shadow DOM spec describes. 1 Tests to ensure that event dispatching behaves as the Shadow DOM spec describes.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 6
7 7
8 Composed Shadow Tree will be: 8 Composed Shadow Tree will be:
9 DIV id=sandbox 9 DIV id=sandbox
10 DIV id=top 10 DIV id=top
11 DIV id=A 11 DIV id=A
12 DIV id=B 12 DIV id=B
13 DIV id=D 13 DIV id=D
14 DIV id=F 14 DIV id=F
15 15
16 16
17 Moving mouse from B to A 17 Moving mouse from B to A
18 18
19 mouseout 19 mouseout
20 @B (target: B) (related: A) 20 @B (target: B) (related: A)
21 @EC (target: B) (related: A)
22 @C (target: B) (related: A) 21 @C (target: B) (related: A)
23 @older-shadow-root (target: B) (related: A) 22 @older-shadow-root (target: B) (related: A)
24 @E (target: B) (related: A) 23 @E (target: B) (related: A)
25 @younger-shadow-root (target: B) (related: A) 24 @younger-shadow-root (target: B) (related: A)
26 @A (target: B) (related: A) 25 @A (target: B) (related: A)
27 @top (target: B) (related: A) 26 @top (target: B) (related: A)
28 27
29 mouseover 28 mouseover
30 @A (target: A) (related: B) 29 @A (target: A) (related: B)
31 @top (target: A) (related: B) 30 @top (target: A) (related: B)
32 31
33 Moving mouse from A/D to A//F 32 Moving mouse from A/D to A//F
34 33
35 mouseout 34 mouseout
36 35
37 mouseover 36 mouseover
38 37
39 Moving mouse from B to A//F 38 Moving mouse from B to A//F
40 39
41 mouseout 40 mouseout
42 41
43 mouseover 42 mouseover
43
44 Click A/D
45
46 click
47 @D (target: D)
48 @older-shadow-root (target: D)
49 @E (target: E)
50 @younger-shadow-root (target: E)
51 @A (target: A)
52 @top (target: A)
44 PASS successfullyParsed is true 53 PASS successfullyParsed is true
45 54
46 TEST COMPLETE 55 TEST COMPLETE
47 56
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698