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

Unified Diff: third_party/WebKit/LayoutTests/webaudio/constructor/mediastreamaudiosource.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/mediastreamaudiosource.html
diff --git a/third_party/WebKit/LayoutTests/webaudio/constructor/mediastreamaudiosource.html b/third_party/WebKit/LayoutTests/webaudio/constructor/mediastreamaudiosource.html
index 69ecf19ae380679aca3aea5a7e2f57dafbfa560c..e61e9aa2d4d0012bb2ee8354dba27e75b9db7678 100644
--- a/third_party/WebKit/LayoutTests/webaudio/constructor/mediastreamaudiosource.html
+++ b/third_party/WebKit/LayoutTests/webaudio/constructor/mediastreamaudiosource.html
@@ -1,16 +1,17 @@
-<!doctype html>
+<!DOCTYPE html>
<html>
<head>
- <title>Test Constructor: MediaStreamAudioSource</title>
+ <title>
+ Test Constructor: MediaStreamAudioSource
+ </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>
+ <script id="layout-test-code">
let context = new AudioContext();
let audit = Audit.createTaskRunner();

Powered by Google App Engine
This is Rietveld 408576698