summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2019-02-16 14:29:45 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2019-02-16 14:29:45 +0000
commiteda64c6733a3cf8c5eec419d6903a3f08cfeb828 (patch)
tree4443ef85cf1faa00e7949c3e9042e310edc0835f /html
parent74ab5697625ffedd66ee8de756aaf8620c480d43 (diff)
downloadnetsurf-test-eda64c6733a3cf8c5eec419d6903a3f08cfeb828.tar.gz
netsurf-test-eda64c6733a3cf8c5eec419d6903a3f08cfeb828.tar.bz2
monkey tests: Initial set of tests.
Diffstat (limited to 'html')
-rw-r--r--html/trivial-document.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/html/trivial-document.html b/html/trivial-document.html
new file mode 100644
index 0000000..1d1ccb6
--- /dev/null
+++ b/html/trivial-document.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Trivial document</title>
+ </head>
+ <body>
+ <h1>Trivial document</h1>
+ <p>Hello!</p>
+ </body>
+</html>