summaryrefslogtreecommitdiffstats
path: root/LayoutTests/http/tests/ssl/verify-ssl-enabled.php
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/http/tests/ssl/verify-ssl-enabled.php')
-rw-r--r--LayoutTests/http/tests/ssl/verify-ssl-enabled.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/LayoutTests/http/tests/ssl/verify-ssl-enabled.php b/LayoutTests/http/tests/ssl/verify-ssl-enabled.php
new file mode 100644
index 0000000..de1158b
--- /dev/null
+++ b/LayoutTests/http/tests/ssl/verify-ssl-enabled.php
@@ -0,0 +1,6 @@
+<script>
+ if (window.layoutTestController)
+ layoutTestController.dumpAsText();
+</script>
+
+HTTPS is <?= $_SERVER['HTTPS'] ?>!