diff options
Diffstat (limited to 'devtools/client/webaudioeditor/test/doc_iframe-context.html')
-rw-r--r-- | devtools/client/webaudioeditor/test/doc_iframe-context.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devtools/client/webaudioeditor/test/doc_iframe-context.html b/devtools/client/webaudioeditor/test/doc_iframe-context.html new file mode 100644 index 000000000..a0a411a47 --- /dev/null +++ b/devtools/client/webaudioeditor/test/doc_iframe-context.html @@ -0,0 +1,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> |