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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/Convolver/convolver-response-1-chan.html

Issue 2895963003: Apply layout-test-tidy to LayoutTests/webaudio (Closed)
Patch Set: Created 3 years, 7 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/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

Powered by Google App Engine
This is Rietveld 408576698