summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/extensions/loop_audio.html
blob: 614cfda3b6338520d627783a5c79dfa08965227e (plain)
1
2
3
4
5
6
7
8
9
10
<html>
<head>
<title>Looping audio tag.</title>
</head>
<body>
<audio autoplay loop id="audioPlayer">
    <source src="test.ogg" type="audio/ogg" />
</audio>
</body>
</html>