blob: 304c844240456be50887ff5b078a602efc53913b [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="/js-test-resources/js-test.js"></script>
<script src="../resources/referrer-test.js"></script>
</head>
<body>
<script>
description("Test that 'default' works correctly from HTTP to HTTPS.");
expectFullReferrer(ReferrerTest.NO_REFERRER_WHEN_DOWNGRADE, ReferrerTest.HTTP, ReferrerTest.HTTPS);
</script>
</body>
</html>