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

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

Issue 17063016: Remove leak of objects between isolated worlds on custom events. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Minor rebase nits. 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
« no previous file with comments | « LayoutTests/fast/events/event-isolated-world.html ('k') | LayoutTests/fast/events/event-properties-gc.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/events/event-isolated-world-expected.txt
diff --git a/LayoutTests/fast/events/event-isolated-world-expected.txt b/LayoutTests/fast/events/event-isolated-world-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..5438e5131999194db1932dadbaa120b0605fba26
--- /dev/null
+++ b/LayoutTests/fast/events/event-isolated-world-expected.txt
@@ -0,0 +1,15 @@
+Tests that properties of various events do not leak between isolated worlds (bug 85158).
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS documentObject is null
+PASS document.pageDefinedVar is undefined.
+PASS documentObject is null
+PASS document.pageDefinedVar is undefined.
+PASS documentObject is null
+PASS document.pageDefinedVar is undefined.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/fast/events/event-isolated-world.html ('k') | LayoutTests/fast/events/event-properties-gc.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698