Files
UXP-Fixed/testing/web-platform/harness/test/testdata/reftest/reftest.https.html
T
2018-02-02 04:16:08 -05:00

9 lines
205 B
HTML

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