diff options
Diffstat (limited to 'toolkit/components/formautofill/test/chrome/test_infrastructure.html')
-rw-r--r-- | toolkit/components/formautofill/test/chrome/test_infrastructure.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/toolkit/components/formautofill/test/chrome/test_infrastructure.html b/toolkit/components/formautofill/test/chrome/test_infrastructure.html new file mode 100644 index 000000000..54f417f77 --- /dev/null +++ b/toolkit/components/formautofill/test/chrome/test_infrastructure.html @@ -0,0 +1,8 @@ +<!DOCTYPE html><html><head><meta charset="utf-8"></head><body> +<script type="application/javascript;version=1.7" src="loader.js"></script> +<!-- Any copyright is dedicated to the Public Domain. + - http://creativecommons.org/publicdomain/zero/1.0/ --> + +<p id="paragraph">Paragraph contents.</p> + +</body></html> |