From 4db8a04e6a2c8a2a8c888f3610cd634aee819d0f Mon Sep 17 00:00:00 2001 From: "crogers@google.com" Date: Wed, 28 Sep 2011 02:58:50 +0000 Subject: [PATCH] Add layout test for WaveShaperNode https://bugs.webkit.org/show_bug.cgi?id=68925 Reviewed by Kenneth Russell. * webaudio/waveshaper-expected.txt: Added. * webaudio/waveshaper.html: Added. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96182 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- LayoutTests/ChangeLog | 10 ++ LayoutTests/webaudio/waveshaper-expected.txt | 9 ++ LayoutTests/webaudio/waveshaper.html | 140 +++++++++++++++++++++++++++ 3 files changed, 159 insertions(+) create mode 100644 LayoutTests/webaudio/waveshaper-expected.txt create mode 100644 LayoutTests/webaudio/waveshaper.html diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index fac0dde..c252add 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,13 @@ +2011-09-27 Chris Rogers + + Add layout test for WaveShaperNode + https://bugs.webkit.org/show_bug.cgi?id=68925 + + Reviewed by Kenneth Russell. + + * webaudio/waveshaper-expected.txt: Added. + * webaudio/waveshaper.html: Added. + 2011-09-27 Kentaro Hara Implement a PageTransitionEvent constructor for V8 diff --git a/LayoutTests/webaudio/waveshaper-expected.txt b/LayoutTests/webaudio/waveshaper-expected.txt new file mode 100644 index 0000000..d815493 --- /dev/null +++ b/LayoutTests/webaudio/waveshaper-expected.txt @@ -0,0 +1,9 @@ +Tests that WaveShaperNode applies proper non-linear distortion. + +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". + +PASS WaveShaperNode properly applied non-linear distortion. +PASS successfullyParsed is true + +TEST COMPLETE + diff --git a/LayoutTests/webaudio/waveshaper.html b/LayoutTests/webaudio/waveshaper.html new file mode 100644 index 0000000..6d12ba6 --- /dev/null +++ b/LayoutTests/webaudio/waveshaper.html @@ -0,0 +1,140 @@ + + + + + + + + + + + + +
+
+ + + + + + -- 2.7.4