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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/osc-negative-freq-expected.txt

Issue 2059823002: Use correct value for Oscillator.frequency.minValue (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update results for Windows. Created 4 years, 6 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: third_party/WebKit/LayoutTests/webaudio/osc-negative-freq-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webaudio/osc-negative-freq-expected.txt b/third_party/WebKit/LayoutTests/webaudio/osc-negative-freq-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..9bbdaf4f8f1731e0648fb594cf1a7bb2ee07d999
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/webaudio/osc-negative-freq-expected.txt
@@ -0,0 +1,15 @@
+Test OscillatorNode with Negative Frequency.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS Sum of positive and negative frequency sine oscillators equals [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,...] with an element-wise tolerance of 4.1724e-7.
+PASS Sum of positive and negative frequency square oscillators equals [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,...] with an element-wise tolerance of 0.0000043959.
+PASS Sum of positive and negative frequency sawtooth oscillators equals [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,...] with an element-wise tolerance of 0.0000043735.
+PASS Sum of positive and negative frequency triangle oscillators equals [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,...] with an element-wise tolerance of 3.5763e-7.
+PASS Sum of positive and negative frequency-ramped sawtooth oscillators equals [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,...] with an element-wise tolerance of 0.0000041202.
+PASS Sum of positive and negative frequency custom oscillators equals [1.45890,1.57868,1.68520,1.77741,1.85446,1.91563,1.96043,1.98852,1.99976,1.99422,1.97213,1.93393,1.88023,1.81181,1.72963,1.63477,...] with an element-wise tolerance of 4.7684e-7.
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698