Chromium Code Reviews| Index: chrome/test/data/autoplay_audio.html |
| diff --git a/chrome/test/data/autoplay_audio.html b/chrome/test/data/autoplay_audio.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..aadda0e9d948ff76ff995952650faf68efbf33b6 |
| --- /dev/null |
| +++ b/chrome/test/data/autoplay_audio.html |
| @@ -0,0 +1,10 @@ |
| +<html> |
| +<head> |
| +<title>Autoplay.</title> |
| +</head> |
| +<body> |
| +<audio autoplay id="audioPlayer"> |
| + <source src="extensions/test.ogg" type="audio/ogg" /> |
| +</audio> |
| +</body> |
| +</html> |