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

Side by Side Diff: LayoutTests/webaudio/realtimeanalyser-fft-sizing-expected.txt

Issue 208943004: Update WebAudio layout tests to use unprefixed AudioContext. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add console.log to compatibility.js Created 6 years, 9 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 Test that re-sizing the FFT arrays does not fail. 1 Test that re-sizing the FFT arrays does not fail.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 PASS Exception thrown for illegal fftSize -1. 5 PASS Exception thrown for illegal fftSize -1.
6 PASS Exception thrown for illegal fftSize 0. 6 PASS Exception thrown for illegal fftSize 0.
7 PASS Exception thrown for illegal fftSize 1. 7 PASS Exception thrown for illegal fftSize 1.
8 PASS Exception thrown for illegal fftSize 2. 8 PASS Exception thrown for illegal fftSize 2.
9 PASS Exception thrown for illegal fftSize 3. 9 PASS Exception thrown for illegal fftSize 3.
10 PASS Exception thrown for illegal fftSize 4. 10 PASS Exception thrown for illegal fftSize 4.
(...skipping 21 matching lines...) Expand all
32 PASS Exception thrown for illegal fftSize 8192. 32 PASS Exception thrown for illegal fftSize 8192.
33 PASS Exception thrown for illegal fftSize 8193. 33 PASS Exception thrown for illegal fftSize 8193.
34 PASS Exception thrown for illegal fftSize 16384. 34 PASS Exception thrown for illegal fftSize 16384.
35 PASS Exception thrown for illegal fftSize 16385. 35 PASS Exception thrown for illegal fftSize 16385.
36 PASS Exception thrown for illegal fftSize 32768. 36 PASS Exception thrown for illegal fftSize 32768.
37 PASS Exception thrown for illegal fftSize 32769. 37 PASS Exception thrown for illegal fftSize 32769.
38 PASS Exception thrown for illegal fftSize 65536. 38 PASS Exception thrown for illegal fftSize 65536.
39 PASS Exception thrown for illegal fftSize 65537. 39 PASS Exception thrown for illegal fftSize 65537.
40 PASS Exception thrown for illegal fftSize 131072. 40 PASS Exception thrown for illegal fftSize 131072.
41 PASS Exception thrown for illegal fftSize 131073. 41 PASS Exception thrown for illegal fftSize 131073.
42 PASS webkitAudioContext survived multiple invalid FFT array resizings. 42 PASS AudioContext survived multiple invalid FFT array resizings.
43 PASS successfullyParsed is true 43 PASS successfullyParsed is true
44 44
45 TEST COMPLETE 45 TEST COMPLETE
46 46
OLDNEW
« no previous file with comments | « LayoutTests/webaudio/realtimeanalyser-fft-sizing.html ('k') | LayoutTests/webaudio/realtimeanalyser-float-data.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698