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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/Convolver/convolver-response-2-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-2-chan.html
diff --git a/third_party/WebKit/LayoutTests/webaudio/Convolver/convolver-response-2-chan.html b/third_party/WebKit/LayoutTests/webaudio/Convolver/convolver-response-2-chan.html
index ea6709b0f895e860348f1932ddbcc167aa2d920f..0d71604f4144f2530dde2036272584d69dc2fbc3 100644
--- a/third_party/WebKit/LayoutTests/webaudio/Convolver/convolver-response-2-chan.html
+++ b/third_party/WebKit/LayoutTests/webaudio/Convolver/convolver-response-2-chan.html
@@ -1,21 +1,22 @@
-<!doctype html>
+<!DOCTYPE html>
<html>
<head>
- <title>Test Convolver Channel Outputs for Response with 2 channels</title>
+ <title>
+ Test Convolver Channel Outputs for Response with 2 channels
+ </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
// a stereo response.
// 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