summaryrefslogtreecommitdiff
path: root/toolkit/devtools/debugger/test/doc_tracing-01.html
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/devtools/debugger/test/doc_tracing-01.html')
-rw-r--r--toolkit/devtools/debugger/test/doc_tracing-01.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/toolkit/devtools/debugger/test/doc_tracing-01.html b/toolkit/devtools/debugger/test/doc_tracing-01.html
new file mode 100644
index 000000000..be3c7af1b
--- /dev/null
+++ b/toolkit/devtools/debugger/test/doc_tracing-01.html
@@ -0,0 +1,20 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8"/>
+ <title>Debugger Tracer test page</title>
+ </head>
+
+ <body>
+ <script src="code_tracing-01.js"></script>
+ <button onclick="main()">Click me!</button>
+
+ <script type="text/javascript">
+ // Have an inline script to make sure the HTML file is listed
+ // in the sources. We want to switch between them.
+ function foo() {
+ return 5;
+ }
+ </script>
+ </body>
+</html>