blob: 89f6a347a4be0f68747b03e3277469d0e3fa7b8f [file] [log] [blame]
<!doctype html>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="./resources/addressspace-test.js"></script>
<script>
window.onload = function () {
addressSpaceTest("http://localhost:8000", "worker", "local",
/*callback=*/undefined, "classic");
addressSpaceTest("http://127.0.0.1:8000", "worker", "local",
/*callback=*/undefined, "classic");
addressSpaceTest("http://localhost:8000", "module-worker", "local",
/*callback=*/undefined, "module");
addressSpaceTest("http://127.0.0.1:8000", "module-worker", "local",
/*callback=*/undefined, "module");
};
</script>