11Tests to ensure that moving mouse from 'summary' to 'details' should dispatch events correctly. Note that 'details' is a shadow host and has a 'summary' element as a immediate child element. There is no shadow root between them.
22
33On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
44
55
6summary
7details
86
97Moving mouse from summary to details
10PASS dispatchedEvent("mouseover") is ["details(<-summary)(@details)", "details(<-summary)(@sandbox)"]
11PASS dispatchedEvent("mouseout") is ["summary(<-details)(@summary)", "summary(<-details)(@details)", "summary(<-details)(@sandbox)"]
8FAIL dispatchedEvent("mouseover") should be details(<-summary)(@details),details(<-summary)(@sandbox). Was details(<-)(@details),details(<-)(@sandbox).
9FAIL dispatchedEvent("mouseout") should be summary(<-details)(@summary),summary(<-details)(@details),summary(<-details)(@sandbox). Was .
1210
1311Moving mouse from details to summary
14PASS dispatchedEvent("mouseover") is ["summary(<-details)(@summary)", "summary(<-details)(@details)", "summary(<-details)(@sandbox)"]
15PASS dispatchedEvent("mouseout") is ["details(<-summary)(@details)", "details(<-summary)(@sandbox)"]
12FAIL dispatchedEvent("mouseover") should be summary(<-details)(@summary),summary(<-details)(@details),summary(<-details)(@sandbox). Was .
13FAIL dispatchedEvent("mouseout") should be details(<-summary)(@details),details(<-summary)(@sandbox). Was details(<-)(@details),details(<-)(@sandbox).
1614PASS successfullyParsed is true
1715
1816TEST COMPLETE
1917