1
0
Fork 0
firefox/testing/web-platform/tests/cookies/domain/domain-attribute-idn-host.sub.https.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

18 lines
569 B
HTML

<!DOCTYPE html>
<html>
<head>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/resources/testdriver.js"></script>
<script src="/resources/testdriver-vendor.js"></script>
</head>
<body>
<script>
let url = new URL(document.location);
url.host = "{{hosts[][élève]}}";
let url2 = new URL("support/idn-child.sub.https.html", url);
let child_window = window.open(url2.href);
fetch_tests_from_window(child_window);
</script>
</body>
</html>