blob: 7e0ac83a9dcc03a65d89ae6c07a91cd530c30830 [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 'origin' works correctly from HTTPS to HTTP.");
expectOriginReferrer(ReferrerTest.ORIGIN, ReferrerTest.HTTPS, ReferrerTest.HTTP);
</script>
</body>
</html>