blob: eb1cff449c0d80a91b47d2ef838434072f51c807 [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 'unsafe-url' works correctly from HTTPS to HTTP.");
expectFullReferrer(ReferrerTest.UNSAFE_URL, ReferrerTest.HTTPS, ReferrerTest.HTTP);
</script>
</body>
</html>