11
22
33Flat Tree will be:
44DIV id=sandbox
55 DIV id=top
66 DETAILS id=details
7 SUMMARY id=summary
8 DIV id=details-marker
97 DIV id=details-content
108
119
1210Moving mouse from details to summary
1311
1412 mouseout
15 @details (target: details) (related: summary)
16 @top (target: details) (related: summary)
13 @details (target: details) (related: )
14 @top (target: details) (related: )
1715
1816 mouseover
19 @summary (target: summary) (related: details)
20 @details (target: summary) (related: details)
21 @top (target: summary) (related: details)
2217
2318Moving mouse from summary to details
2419
2520 mouseout
26 @summary (target: summary) (related: details)
27 @details (target: summary) (related: details)
28 @top (target: summary) (related: details)
2921
3022 mouseover
31 @details (target: details) (related: summary)
32 @top (target: details) (related: summary)
23 @details (target: details) (related: )
24 @top (target: details) (related: )
3325PASS successfullyParsed is true
3426
3527TEST COMPLETE
3628