Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / dom / shadow / shadow-dom-event-dispatching-svg-in-shadow-subtree-expected.txt
1
2
3 Composed Shadow Tree will be:
4 DIV      id=sandbox
5         DIV      id=top
6                 DIV      id=shadow-host
7                         svg      id=svg-in-shadow-tree class=[object SVGAnimatedString]
8
9
10 Moving mouse from shadow-host/svg-in-shadow-tree to top
11
12   mouseout
13      @svg-in-shadow-tree (target: svg-in-shadow-tree) (related: top)
14      @shadow-root (target: svg-in-shadow-tree) (related: top)
15      @top (target: shadow-host) (related: top)
16
17   mouseover
18      @top (target: top) (related: shadow-host)
19 PASS successfullyParsed is true
20
21 TEST COMPLETE
22