Refactor audioparam-testing.js and layout tests that use it |
||
Issue descriptionThere are some globally exposed variables in audioparam-testing.js and this is causing conflicts with the variables in the actual test files. Refactor the script code we can avoid duplicate declaration.
,
May 16 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/37ca59f82e27b113196d8427acade1b5f04b0f8b commit 37ca59f82e27b113196d8427acade1b5f04b0f8b Author: hongchan <hongchan@chromium.org> Date: Tue May 16 20:15:09 2017 Refactor audioparam-testing.js This CL refactors audioparam-testing.js so we can hide global variables and functions from the window scope. BUG= 722884 TEST=(All layout tests passes after this change.) Review-Url: https://codereview.chromium.org/2886883002 Cr-Commit-Position: refs/heads/master@{#472202} [modify] https://crrev.com/37ca59f82e27b113196d8427acade1b5f04b0f8b/third_party/WebKit/LayoutTests/webaudio/resources/audioparam-testing.js
,
May 16 2017
|
||
►
Sign in to add a comment |
||
Comment 1 by hongchan@chromium.org
, May 16 2017