diff options
author | jahoti <jahoti@tilde.team> | 2021-09-04 00:00:00 +0000 |
---|---|---|
committer | jahoti <jahoti@tilde.team> | 2021-09-04 00:00:00 +0000 |
commit | 591c48a6903bbf324361610f81c628302cae7049 (patch) | |
tree | 174fee77253b147603966d2e6c40c5ffbb5e3e5a /test/data/pages/gotmyowndomain_https.html | |
parent | 6c69435cef6a9cf5fc6bedfcf853d8ab10dc99ec (diff) | |
download | browser-extension-591c48a6903bbf324361610f81c628302cae7049.tar.gz browser-extension-591c48a6903bbf324361610f81c628302cae7049.zip |
Make test suite mildly usable
Allow test/server.py to be run as a command and add some "webpages" for it.
Diffstat (limited to 'test/data/pages/gotmyowndomain_https.html')
-rw-r--r-- | test/data/pages/gotmyowndomain_https.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/data/pages/gotmyowndomain_https.html b/test/data/pages/gotmyowndomain_https.html new file mode 100644 index 0000000..ec2aa1f --- /dev/null +++ b/test/data/pages/gotmyowndomain_https.html @@ -0,0 +1,14 @@ +<html> + <head> + <meta name=charset value="latin1"> + <title> + Schrodinger's Document + </title> + </head> + <body> + A nice, simple page for testing (using HTTPS). + <script> + document.write('<p><b>Or so you thought...</b></p>'); + </script> + </body> +</html> |