blob: 11e2b1ec021c48ebf320a2f7166e029d8720c64e [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", "document", "local");
addressSpaceTest("http://127.0.0.1:8000", "document", "local");
};
</script>