Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: LayoutTests/fast/events/event-isolated-world-clone-expected.txt

Issue 19457002: Make 'any'-typed attributes of events available in isolated worlds (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Properly refactored Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..74d798bf47d35b2f0076c248c943e62e9a5e8d0d
--- /dev/null
+++ b/LayoutTests/fast/events/event-isolated-world-clone-expected.txt
@@ -0,0 +1,14 @@
+CONSOLE MESSAGE: line 6: Tests that properties of various events are cloned between isolated worlds.
+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"}
+

Powered by Google App Engine
This is Rietveld 408576698