1 CONSOLE MESSAGE: line 10: CustomEvent received in main world
2 CONSOLE MESSAGE: line 11: detail was {"foo":5,"bar":"hello","targetWorld":"main"}
3 CONSOLE MESSAGE: line 3: CustomEvent received in isolated world
4 CONSOLE MESSAGE: line 4: detail was {"foo":5,"bar":"hello","targetWorld":"isolated"}
5 Tests that properties of CustomEvent initialized with initCustomEvent() are cloned when accessed in isolated worlds.