Index: LayoutTests/fast/events/event-isolated-world-clone-expected.txt |
diff --git a/LayoutTests/fast/events/event-isolated-world-clone-expected.txt b/LayoutTests/fast/events/event-isolated-world-clone-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..596def44e3c364e87cc505d58ccbb7a8b3f760c6 |
--- /dev/null |
+++ b/LayoutTests/fast/events/event-isolated-world-clone-expected.txt |
@@ -0,0 +1,15 @@ |
+CONSOLE MESSAGE: line 10: CustomEvent received in main world |
+CONSOLE MESSAGE: line 11: detail was {"foo":5,"bar":"hello","targetWorld":"main"} |
+CONSOLE MESSAGE: line 3: CustomEvent received in isolated world |
+CONSOLE MESSAGE: line 4: 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: line 3: MessageEvent received in isolated world |
+CONSOLE MESSAGE: line 4: 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: line 3: PopStateEvent received in isolated world |
+CONSOLE MESSAGE: line 4: state was {"foo":5,"bar":"hello","targetWorld":"isolated"} |
+Tests that properties of various events are cloned between isolated worlds. |
+ |
+ |