summaryrefslogtreecommitdiff
path: root/tests/end2end/data/adblock/external_logo.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/end2end/data/adblock/external_logo.html')
-rw-r--r--tests/end2end/data/adblock/external_logo.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/end2end/data/adblock/external_logo.html b/tests/end2end/data/adblock/external_logo.html
new file mode 100644
index 000000000..7fa7e9ebb
--- /dev/null
+++ b/tests/end2end/data/adblock/external_logo.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <title>External logo</title>
+ </head>
+ <body>
+ <p>
+ <b>NOTE:</> This should never be used in a test where
+ qutebrowser.org isn't blocked, as no network requests should be
+ made while running the testsuite.
+ </p>
+ <img src="https://qutebrowser.org/icons/qutebrowser.svg">
+ </body>
+</html>