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

Unified Diff: LayoutTests/webaudio/deprecated-audiobuffersource-looping-expected.txt

Issue 140973002: Remove AudioBufferSourceNode.looping (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove looping test Created 6 years, 11 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/deprecated-audiobuffersource-looping.html ('k') | Source/core/frame/UseCounter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/webaudio/deprecated-audiobuffersource-looping-expected.txt
diff --git a/LayoutTests/webaudio/deprecated-audiobuffersource-looping-expected.txt b/LayoutTests/webaudio/deprecated-audiobuffersource-looping-expected.txt
deleted file mode 100644
index bd022fa31450623c069dba56d9202aa5a3802d9d..0000000000000000000000000000000000000000
--- a/LayoutTests/webaudio/deprecated-audiobuffersource-looping-expected.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-CONSOLE WARNING: AudioBufferSourceNode 'looping' attribute is deprecated. Use 'loop' instead.
-Tests AudioBufferSourceNode looping with a variety of loop points.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-PASS loop whole buffer by default with loopStart == loopEnd == 0
-PASS loop whole buffer explicitly
-PASS loop from middle to end of buffer
-PASS loop from start to middle of buffer
-PASS loop internally from 4 -> 6
-PASS loop internally from 3 -> 7
-PASS loop internally from 4 -> 6 with playbackRate of 0.5
-PASS loop internally from 4 -> 6 with playbackRate of 1.5
-PASS illegal playbackRate of 47 greater than loop length
-PASS illegal loop: loopStartFrame > loopEndFrame
-PASS illegal loop: loopStartFrame == loopEndFrame
-PASS illegal loop: loopStartFrame < 0
-PASS illegal loop: loopEndFrame > bufferLength
-
« no previous file with comments | « LayoutTests/webaudio/deprecated-audiobuffersource-looping.html ('k') | Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698