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

Unified Diff: LayoutTests/webaudio/audiobuffersource-start-expected.txt

Issue 912803005: Looping AudioBufferSourceNodes stop only if duration is explicitly given. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update according to review. Created 5 years, 10 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/webaudio/audiobuffersource-start-expected.txt
diff --git a/LayoutTests/webaudio/audiobuffersource-start-expected.txt b/LayoutTests/webaudio/audiobuffersource-start-expected.txt
index 5ac14f898c2ad6ae6ad3a0816a8d1a8b2fd1b88d..74c056c08fa68f16fef8a3a3e5da1a868451254d 100644
--- a/LayoutTests/webaudio/audiobuffersource-start-expected.txt
+++ b/LayoutTests/webaudio/audiobuffersource-start-expected.txt
@@ -11,4 +11,7 @@ PASS start(when, 7_frames): play with explicit non-zero offset near end of buffe
PASS start(when, 8_frames): play with explicit offset at end of buffer
PASS start(when, 9_frames): play with explicit offset past end of buffer
PASS start(when, 0, 15_frames): play with whole buffer, with long duration (clipped)
+PASS successfullyParsed is true
+
+TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698