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

Side by Side Diff: third_party/WebKit/LayoutTests/webaudio/codec-tests/flac/flac-decode.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 unified diff | Download patch
OLDNEW
1 <!doctype html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>Test FLAC Decoding</title> 4 <title>
5 Test FLAC Decoding
6 </title>
5 <script src="../../resources/audio-codec-test.js"></script> 7 <script src="../../resources/audio-codec-test.js"></script>
6 <script src="../../resources/audit-util.js"></script> 8 <script src="../../resources/audit-util.js"></script>
7 <script src="../../resources/buffer-loader.js"></script> 9 <script src="../../resources/buffer-loader.js"></script>
8 </head> 10 </head>
11 <body>
12 <script id="layout-test-code">
13 let url = 'flac-test.flac';
9 14
10 <body> 15 window.onload = function() {
11 <script> 16 runDecodingTest(url)
12 var url = "flac-test.flac"; 17 };
13
14 window.onload = function () { runDecodingTest(url) };
15 </script> 18 </script>
16 </body> 19 </body>
17 </html> 20 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698