summaryrefslogtreecommitdiff
path: root/tests/end2end/templates/https-iframe.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/end2end/templates/https-iframe.html')
-rw-r--r--tests/end2end/templates/https-iframe.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/end2end/templates/https-iframe.html b/tests/end2end/templates/https-iframe.html
new file mode 100644
index 000000000..5abe7ae91
--- /dev/null
+++ b/tests/end2end/templates/https-iframe.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <title>HTTPS iframe</title>
+ </head>
+ <body>
+ <iframe src="https://localhost:{{ port }}/"></iframe>
+ </body>
+</html>