blob: 710f049b9305a5003042edd957169e0b6dded19f [file] [log] [blame]
CONSOLE MESSAGE: CustomEvent received in main world
CONSOLE MESSAGE: 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.