chromium/chrome/test/data/autoplay_audio.html

<html>
<head>
<title>Autoplay.</title>
</head>
<body>
<audio autoplay id="audioPlayer">
    <source src="extensions/test.ogg" type="audio/ogg" />
</audio>
</body>
</html>