| Index: third_party/WebKit/LayoutTests/webaudio/Convolver/convolver-response-1-chan.html
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/Convolver/convolver-response-1-chan.html b/third_party/WebKit/LayoutTests/webaudio/Convolver/convolver-response-1-chan.html
|
| index 2bc21ab96ca395ce326b57319f068438f720ab74..02476ba81ae8813eed943c0868c740bd396987b2 100644
|
| --- a/third_party/WebKit/LayoutTests/webaudio/Convolver/convolver-response-1-chan.html
|
| +++ b/third_party/WebKit/LayoutTests/webaudio/Convolver/convolver-response-1-chan.html
|
| @@ -1,21 +1,22 @@
|
| -<!doctype html>
|
| +<!DOCTYPE html>
|
| <html>
|
| <head>
|
| - <title>Test Convolver Channel Outputs for Response with 1 channel</title>
|
| + <title>
|
| + Test Convolver Channel Outputs for Response with 1 channel
|
| + </title>
|
| <script src="../../resources/testharness.js"></script>
|
| <script src="../../resources/testharnessreport.js"></script>
|
| <script src="../resources/audit-util.js"></script>
|
| <script src="../resources/audit.js"></script>
|
| </head>
|
| -
|
| <body>
|
| - <script>
|
| + <script id="layout-test-code">
|
| // Test various convolver configurations when the convolver response has
|
| // one channel (mono).
|
| //
|
| // Fairly arbitrary sample rate, except that we want the rate to be a
|
| // power of two so that 1/sampleRate is exactly respresentable as a
|
| - // single-precision float.
|
| + // single-precision float.
|
| let sampleRate = 8192;
|
|
|
| // A fairly arbitrary number of frames, except the number of frames should
|
|
|