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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/constructor/biquadfilter.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/constructor/biquadfilter.html
diff --git a/third_party/WebKit/LayoutTests/webaudio/constructor/biquadfilter.html b/third_party/WebKit/LayoutTests/webaudio/constructor/biquadfilter.html
index e2042fb03762ffa1b9ea290b16b2f5761b13496e..472945c8e6cbdeb0290159eac5356f471e11d70f 100644
--- a/third_party/WebKit/LayoutTests/webaudio/constructor/biquadfilter.html
+++ b/third_party/WebKit/LayoutTests/webaudio/constructor/biquadfilter.html
@@ -1,19 +1,20 @@
-<!doctype html>
+<!DOCTYPE html>
<html>
<head>
- <title>Test Constructor: BiquadFilter</title>
+ <title>
+ Test Constructor: BiquadFilter
+ </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>
<script src="audionodeoptions.js"></script>
</head>
-
<body>
- <script>
- var context;
+ <script id="layout-test-code">
+ let context;
- var audit = Audit.createTaskRunner();
+ let audit = Audit.createTaskRunner();
audit.define('initialize', (task, should) => {
context = initializeContext(should);
@@ -51,8 +52,8 @@
});
audit.define('construct with options', (task, should) => {
- var node;
- var options = {
+ let node;
+ let options = {
type: 'highpass',
frequency: 512,
detune: 1,

Powered by Google App Engine
This is Rietveld 408576698