1 | 1 |
|
---|
2 | 2 |
|
---|
3 | 3 | Flat Tree will be:
|
---|
4 | 4 | DIV id=sandbox
|
---|
5 | 5 | DIV id=top
|
---|
6 | 6 | DETAILS id=details
|
---|
7 | | SUMMARY id=summary
|
---|
8 | | DIV id=details-marker
|
---|
9 | 7 | DIV id=details-content
|
---|
10 | 8 |
|
---|
11 | 9 |
|
---|
12 | 10 | Moving mouse from details to summary
|
---|
13 | 11 |
|
---|
14 | 12 | mouseout
|
---|
15 | | @details (target: details) (related: summary)
|
---|
16 | | @top (target: details) (related: summary)
|
---|
| 13 | @details (target: details) (related: )
|
---|
| 14 | @top (target: details) (related: )
|
---|
17 | 15 |
|
---|
18 | 16 | mouseover
|
---|
19 | | @summary (target: summary) (related: details)
|
---|
20 | | @details (target: summary) (related: details)
|
---|
21 | | @top (target: summary) (related: details)
|
---|
22 | 17 |
|
---|
23 | 18 | Moving mouse from summary to details
|
---|
24 | 19 |
|
---|
25 | 20 | mouseout
|
---|
26 | | @summary (target: summary) (related: details)
|
---|
27 | | @details (target: summary) (related: details)
|
---|
28 | | @top (target: summary) (related: details)
|
---|
29 | 21 |
|
---|
30 | 22 | mouseover
|
---|
31 | | @details (target: details) (related: summary)
|
---|
32 | | @top (target: details) (related: summary)
|
---|
| 23 | @details (target: details) (related: )
|
---|
| 24 | @top (target: details) (related: )
|
---|
33 | 25 | PASS successfullyParsed is true
|
---|
34 | 26 |
|
---|
35 | 27 | TEST COMPLETE
|
---|
36 | 28 |
|
---|