diff options
Diffstat (limited to 'dom/tests/mochitest/chrome/DOMWindowCreated_content.html')
-rw-r--r-- | dom/tests/mochitest/chrome/DOMWindowCreated_content.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dom/tests/mochitest/chrome/DOMWindowCreated_content.html b/dom/tests/mochitest/chrome/DOMWindowCreated_content.html new file mode 100644 index 0000000000..acb6b0582e --- /dev/null +++ b/dom/tests/mochitest/chrome/DOMWindowCreated_content.html @@ -0,0 +1,9 @@ +<!DOCTYPE html>
+<head>
+ <title>DOMWindowCreated helper</title>
+
+ <script type="application/javascript">
+ window.doneFunction();
+ </script>
+<body>
+ <h1>DOMWindowCreated Helper</h1>
|