summaryrefslogtreecommitdiffstats
path: root/toolkit/content/tests/reftests/audio-with-bogus-url.html
blob: d6bf7ff86185694ce59a2b564f30914746375b22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
<head>
<style>
  html, body {
    margin: 0;
    padding: 0;
  }
</style>
</head>
<body>
  <audio src="bogus.mp3" controls></audio>
</body>
</html>