summaryrefslogtreecommitdiffstats
path: root/devtools/client/webaudioeditor/test/doc_iframe-context.html
blob: a0a411a4728e743ae1878f8ab05154c010074c88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!-- Any copyright is dedicated to the Public Domain.
     http://creativecommons.org/publicdomain/zero/1.0/ -->
<!doctype html>

<html>
  <head>
    <meta charset="utf-8"/>
    <title>Web Audio Editor test page with an iframe</title>
  </head>

  <body>
    <iframe id="frame" src="doc_simple-context.html" />
  </body>
</html>