xref: /aosp_15_r20/external/autotest/client/cros/audio/loop.html (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
1*9c5db199SXin Li<!--
2*9c5db199SXin Li# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
3*9c5db199SXin Li# Use of this source code is governed by a BSD-style license that can be
4*9c5db199SXin Li# found in the LICENSE file.
5*9c5db199SXin Li#
6*9c5db199SXin Li# Loops an audio file called music.mp3.
7*9c5db199SXin Li-->
8*9c5db199SXin Li<html>
9*9c5db199SXin Li    <body>
10*9c5db199SXin Li        <audio controls autoplay loop name="media">
11*9c5db199SXin Li        <source src="music.mp3" type="audio/mp3">
12*9c5db199SXin Li    </body>
13*9c5db199SXin Li</html>
14