diff options
author | jahoti <jahoti@tilde.team> | 2021-09-06 00:00:00 +0000 |
---|---|---|
committer | jahoti <jahoti@tilde.team> | 2021-09-06 00:00:00 +0000 |
commit | b1444d9c9ea065d7c97d5809c3ec5259cb01a1da (patch) | |
tree | 0ebd245fb1ffa77a3488a9445869c8d773cacd88 /test/data/pages/gotmyowndomain.html | |
parent | 5dab077b9bb7564f2c556b197c5c416c41783112 (diff) | |
download | browser-extension-b1444d9c9ea065d7c97d5809c3ec5259cb01a1da.tar.gz browser-extension-b1444d9c9ea065d7c97d5809c3ec5259cb01a1da.zip |
Incorporate test suite from jahoti branch
Diffstat (limited to 'test/data/pages/gotmyowndomain.html')
-rw-r--r-- | test/data/pages/gotmyowndomain.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/data/pages/gotmyowndomain.html b/test/data/pages/gotmyowndomain.html new file mode 100644 index 0000000..daa9ab7 --- /dev/null +++ b/test/data/pages/gotmyowndomain.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. + <script> + document.write('<p><b>Or so you thought...</b></p>'); + </script> + </body> +</html> |