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

Side by Side Diff: LayoutTests/fast/dom/shadow/shadow-dom-event-dispatching-multiple-shadow-roots-expected.txt

Issue 137993003: Revert the feature of the <shadow> element as 'a function call' to the previous behavior. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update LayoutTests/TestExpectations Created 6 years, 11 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 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
44 PASS successfullyParsed is true 43 PASS successfullyParsed is true
45 44
46 TEST COMPLETE 45 TEST COMPLETE
47 46
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698