1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-15 04:48:39 +00:00
Files
UXP/testing/web-platform/harness/test/testdata/reftest/reftest.https.html
T

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>