blob: df460617a307a6ba4cb811c2ae46786ee91cd348 [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 '' == never works correctly from HTTPS to HTTP.");
expectNoReferrer(ReferrerTest.EMPTY, ReferrerTest.HTTPS, ReferrerTest.HTTP);
</script>
</body>
</html>