Index: LayoutTests/fast/events/init-custom-event-isolated-world-expected.txt |
diff --git a/LayoutTests/fast/events/init-custom-event-isolated-world-expected.txt b/LayoutTests/fast/events/init-custom-event-isolated-world-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..89634270f75b2e9e1984d16da9c8019e7b27fcd6 |
--- /dev/null |
+++ b/LayoutTests/fast/events/init-custom-event-isolated-world-expected.txt |
@@ -0,0 +1,7 @@ |
+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"} |
+Tests that properties of CustomEvent initialized with initCustomEvent() are cloned when accessed in isolated worlds. |
+ |
+ |