summaryrefslogtreecommitdiffstats
path: root/toolkit/content/tests/reftests/audio-with-bogus-url-ref.html
blob: 7731e5ced6b67a72e95fc856a6d724c32ee5df30 (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 controls></audio>
</body>
</html>