blob: 434db5270571afd371e054c3cffa855218a47040 [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 HTTP to HTTPS.");
expectFullReferrer(ReferrerTest.INVALID, ReferrerTest.HTTP, ReferrerTest.HTTPS);
</script>
</body>
</html>