blob: a32e9aa9958dcbddb5cd81fe2653681c8a45f839 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<script src="../../resources/js-test.js"></script>
<script>
description("Tests accessing the reason of a newly created AbortSignal.");
shouldBeUndefined("new AbortController().signal.reason");
</script>
</body>
</html>