blob: 138f6ffc124355ee9aa343e4b96097bfd0b9626f [file] [log] [blame]
<!doctype html>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="resources/helpers.js"></script>
<script>
promise_test(async t => {
await assertBothRejectDOM(t, navigation.navigate("file://"), "AbortError");
}, "navigate() to a file: URL");
</script>