blob: 6bebc6eaea2fb04e4cc82e75133131d36c0aed6f [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"}
CONSOLE MESSAGE: line 10: MessageEvent received in main world
CONSOLE MESSAGE: line 11: data was {"foo":5,"bar":"hello","targetWorld":"main"}
CONSOLE MESSAGE: MessageEvent received in isolated world
CONSOLE MESSAGE: data was {"foo":5,"bar":"hello","targetWorld":"isolated"}
CONSOLE MESSAGE: line 10: PopStateEvent received in main world
CONSOLE MESSAGE: line 11: state was {"foo":5,"bar":"hello","targetWorld":"main"}
CONSOLE MESSAGE: PopStateEvent received in isolated world
CONSOLE MESSAGE: state was {"foo":5,"bar":"hello","targetWorld":"isolated"}
Tests that properties of various events are cloned between isolated worlds.