diff options
Diffstat (limited to 'devtools/client/debugger/test/mochitest/doc_auto-pretty-print-01.html')
-rw-r--r-- | devtools/client/debugger/test/mochitest/doc_auto-pretty-print-01.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devtools/client/debugger/test/mochitest/doc_auto-pretty-print-01.html b/devtools/client/debugger/test/mochitest/doc_auto-pretty-print-01.html new file mode 100644 index 000000000..dee2d52f2 --- /dev/null +++ b/devtools/client/debugger/test/mochitest/doc_auto-pretty-print-01.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>Auto Pretty Printing Test Page</title> + </head> + <body> + <script src="code_ugly-5.js"></script> + <script src="code_ugly-6.js"></script> + </body> +</html>
\ No newline at end of file |