Sign in
webkit
/
WebKit
/
8c551616acce2c42251182c7abaffe8c5bfc0fe5
/
.
/
LayoutTests
/
fast
/
dom
/
AbortSignal-reason-crash.html
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>