blob: 5a45f10f35eb472ec13cc5dd247ff8df5c265385 [file] [log] [blame]
<link rel=match href=green.html>
<style>
:root {background-color:red}
</style>
<script>
if (window.location.protocol === "https:") {
document.documentElement.style.backgroundColor = "green";
}
</script>