gecko-dev/dom/tests/browser/perfmetrics/sound.html

15 строки
280 B
HTML

<!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>