Tests 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.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".



Moving mouse from summary to details
FAIL dispatchedEvent("mouseover") should be details(<-summary)(@details),details(<-summary)(@sandbox). Was details(<-)(@details),details(<-)(@sandbox).
FAIL dispatchedEvent("mouseout") should be summary(<-details)(@summary),summary(<-details)(@details),summary(<-details)(@sandbox). Was .

Moving mouse from details to summary
FAIL dispatchedEvent("mouseover") should be summary(<-details)(@summary),summary(<-details)(@details),summary(<-details)(@sandbox). Was .
FAIL dispatchedEvent("mouseout") should be details(<-summary)(@details),details(<-summary)(@sandbox). Was details(<-)(@details),details(<-)(@sandbox).
PASS successfullyParsed is true

TEST COMPLETE

