mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-11 20:29:08 +00:00
10 lines
305 B
HTML
10 lines
305 B
HTML
<!doctype html>
|
|
<title>Example https test</title>
|
|
<script src="/resources/testharness.js"></script>
|
|
<script src="/resources/testharnessreport.js"></script>
|
|
<script>
|
|
test(function() {
|
|
assert_equals(window.location.protocol, "https:");
|
|
}, "Test that file was loaded with the correct protocol");
|
|
|
|
</script> |