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