summaryrefslogtreecommitdiffstats
path: root/dom/tests/browser/perfmetrics/sound.html
blob: e365396f319472b7c17959263537c5ad57180636 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!doctype html>
<html>
<head>
<title>Dummy test page</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"></meta>
</head>
<body>
<p>Page with a sound</p>
<audio controls autoplay>
  <source src="hello.ogg" type="audio/ogg">
</audio>
</script>
</body>
</html>