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

Side by Side 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: Patch for landing 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 CONSOLE MESSAGE: line 10: CustomEvent received in main world
2 CONSOLE MESSAGE: line 11: detail was {"foo":5,"bar":"hello","targetWorld":"main" }
3 CONSOLE MESSAGE: line 3: CustomEvent received in isolated world
4 CONSOLE MESSAGE: line 4: detail was {"foo":5,"bar":"hello","targetWorld":"isolat ed"}
5 CONSOLE MESSAGE: line 10: MessageEvent received in main world
6 CONSOLE MESSAGE: line 11: data was {"foo":5,"bar":"hello","targetWorld":"main"}
7 CONSOLE MESSAGE: line 3: MessageEvent received in isolated world
8 CONSOLE MESSAGE: line 4: data was {"foo":5,"bar":"hello","targetWorld":"isolated "}
9 CONSOLE MESSAGE: line 10: PopStateEvent received in main world
10 CONSOLE MESSAGE: line 11: state was {"foo":5,"bar":"hello","targetWorld":"main"}
11 CONSOLE MESSAGE: line 3: PopStateEvent received in isolated world
12 CONSOLE MESSAGE: line 4: state was {"foo":5,"bar":"hello","targetWorld":"isolate d"}
13 Tests that properties of various events are cloned between isolated worlds.
14
15
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698