blob: 6da1a7bce88f5cc1111150830708fb9da1128ae4 [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 invalid is ignored from HTTPS to HTTPS.");
expectFullReferrer(ReferrerTest.INVALID, ReferrerTest.HTTPS, ReferrerTest.HTTPS);
</script>
</body>
</html>