Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/DOMParser-interface
/
.
/
dom
/
abort
/
timeout-shadowrealm.any.js
blob: c87b047c2212eda35d0c79063093b7d3501538cc [
file
] [
edit
]
// META: global=shadowrealm
test
(
t
=>
{
assert_not_own_property
(
AbortSignal
,
"timeout"
,
"AbortSignal does not have a 'timeout' property"
);
},
"AbortSignal.timeout() is not exposed in ShadowRealm"
);