summaryrefslogtreecommitdiffstats
path: root/toolkit/content/tests/reftests/audio-with-padding-ref.html
blob: b0fe3fa6e5122ec78b8b208bfa01a43a6c5f983e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<style>
  html, body {
    margin: 0;
    padding: 0;
  }

  #wrapper {
    padding: 20px;
  }
</style>
</head>
<body>
  <div id="wrapper">
    <audio controls></audio>
  <div>
</body>