blob: 5e9b82a604548ed5fe437be066af14e606e207a9 [file] [log] [blame]
CONSOLE MESSAGE: line 10: CustomEvent received in main world
CONSOLE MESSAGE: line 11: detail was {"foo":5,"bar":"hello","targetWorld":"main"}
CONSOLE MESSAGE: CustomEvent received in isolated world
CONSOLE MESSAGE: detail was {"foo":5,"bar":"hello","targetWorld":"isolated"}
Tests that properties of CustomEvent initialized with initCustomEvent() are cloned when accessed in isolated worlds.