summaryrefslogtreecommitdiffstats
path: root/dom/tests/browser/perfmetrics/sound.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/tests/browser/perfmetrics/sound.html')
-rw-r--r--dom/tests/browser/perfmetrics/sound.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/dom/tests/browser/perfmetrics/sound.html b/dom/tests/browser/perfmetrics/sound.html
new file mode 100644
index 0000000000..e365396f31
--- /dev/null
+++ b/dom/tests/browser/perfmetrics/sound.html
@@ -0,0 +1,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>