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

Unified Diff: LayoutTests/webaudio/scriptprocessornode-premature-death-expected.txt

Issue 21216002: Demonstrate that Web Audio does not keep callbacks alive long enough. (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/webaudio/scriptprocessornode-premature-death.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/webaudio/scriptprocessornode-premature-death-expected.txt
diff --git a/LayoutTests/webaudio/scriptprocessornode-premature-death-expected.txt b/LayoutTests/webaudio/scriptprocessornode-premature-death-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..cc0a24fde832948970d5c740c663473f1564e161
--- /dev/null
+++ b/LayoutTests/webaudio/scriptprocessornode-premature-death-expected.txt
@@ -0,0 +1,15 @@
+Tests that a script processor node is not prematurely GCed
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+Testing with explicitly keeping a reference to the script processor node alive.
+PASS wasCollectedPrematurely is false
+PASS wasCalled is true
+Testing without explicitly keeping a reference to the script processor node alive.
+FAIL wasCollectedPrematurely should be false. Was true.
+FAIL wasCalled should be true. Was false.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/webaudio/scriptprocessornode-premature-death.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698