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

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

Issue 14146021: Move deprecation messages to UseCounter::measureDeprecatedFeature. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase. Created 7 years, 8 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
1 CONSOLE MESSAGE: AudioBufferSourceNode 'looping' attribute is deprecated. Use ' loop' instead.
1 Tests AudioBufferSourceNode looping with a variety of loop points. 2 Tests AudioBufferSourceNode looping with a variety of loop points.
2 3
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 5
5 PASS loop whole buffer by default with loopStart == loopEnd == 0 6 PASS loop whole buffer by default with loopStart == loopEnd == 0
6 PASS loop whole buffer explicitly 7 PASS loop whole buffer explicitly
7 PASS loop from middle to end of buffer 8 PASS loop from middle to end of buffer
8 PASS loop from start to middle of buffer 9 PASS loop from start to middle of buffer
9 PASS loop internally from 4 -> 6 10 PASS loop internally from 4 -> 6
10 PASS loop internally from 3 -> 7 11 PASS loop internally from 3 -> 7
11 PASS loop internally from 4 -> 6 with playbackRate of 0.5 12 PASS loop internally from 4 -> 6 with playbackRate of 0.5
12 PASS loop internally from 4 -> 6 with playbackRate of 1.5 13 PASS loop internally from 4 -> 6 with playbackRate of 1.5
13 PASS illegal playbackRate of 47 greater than loop length 14 PASS illegal playbackRate of 47 greater than loop length
14 PASS illegal loop: loopStartFrame > loopEndFrame 15 PASS illegal loop: loopStartFrame > loopEndFrame
15 PASS illegal loop: loopStartFrame == loopEndFrame 16 PASS illegal loop: loopStartFrame == loopEndFrame
16 PASS illegal loop: loopStartFrame < 0 17 PASS illegal loop: loopStartFrame < 0
17 PASS illegal loop: loopEndFrame > bufferLength 18 PASS illegal loop: loopEndFrame > bufferLength
18 19
OLDNEW
« no previous file with comments | « LayoutTests/webaudio/deprecated-audiobuffersource-looping.html ('k') | Source/bindings/scripts/CodeGeneratorV8.pm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698