From fd9f2fc4783cc606734e61116185c032a63d54a0 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Wed, 16 Feb 2022 22:01:38 +0100 Subject: fix out-of-source builds --- test/haketilo_test/data/pages/gotmyowndomain.html | 35 +++++++++++++++++ .../data/pages/gotmyowndomain_https.html | 35 +++++++++++++++++ .../data/pages/scripts_to_block_1.html | 45 ++++++++++++++++++++++ 3 files changed, 115 insertions(+) create mode 100644 test/haketilo_test/data/pages/gotmyowndomain.html create mode 100644 test/haketilo_test/data/pages/gotmyowndomain_https.html create mode 100644 test/haketilo_test/data/pages/scripts_to_block_1.html (limited to 'test/haketilo_test/data') diff --git a/test/haketilo_test/data/pages/gotmyowndomain.html b/test/haketilo_test/data/pages/gotmyowndomain.html new file mode 100644 index 0000000..390cbcc --- /dev/null +++ b/test/haketilo_test/data/pages/gotmyowndomain.html @@ -0,0 +1,35 @@ + + + + + + Schrodinger's Document + + + A nice, simple page for testing. + + + diff --git a/test/haketilo_test/data/pages/gotmyowndomain_https.html b/test/haketilo_test/data/pages/gotmyowndomain_https.html new file mode 100644 index 0000000..f602950 --- /dev/null +++ b/test/haketilo_test/data/pages/gotmyowndomain_https.html @@ -0,0 +1,35 @@ + + + + + + Schrodinger's Document + + + A nice, simple page for testing (using HTTPS). + + + diff --git a/test/haketilo_test/data/pages/scripts_to_block_1.html b/test/haketilo_test/data/pages/scripts_to_block_1.html new file mode 100644 index 0000000..164979d --- /dev/null +++ b/test/haketilo_test/data/pages/scripts_to_block_1.html @@ -0,0 +1,45 @@ + + + + + + + + + + + + + Click Meee! + + + + + + -- cgit v1.2.3