<!-- 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>