summaryrefslogtreecommitdiffstats
path: root/dom/security/test/https-only/file_user_gesture.html
blob: ac67064bf057726ca1dfc2f83f0ca3e9c7061440 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE HTML>
<html>
<head>
  <meta charset="utf-8">
  <title>Bug 1725026 - HTTPS Only Mode - Test if a load triggered by a user gesture can be upgraded to HTTPS</title>
</head>
<body>
  <button id="httpLinkButton" onclick="location.href='http://example.com/tests/dom/security/test/https-only/file_console_logging.html'" type="button">
    button</button>
</body>
</html>