Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
dom
/
resources
/
callback-function-detached-frame-queue-microtask-iframe.html
blob: 5966b39e41285202f47e877604290885972763cc [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<script>
function
callQueueMicrotask
(
key
,
FunctionConstructor
=
Function
)
{
parent
.
queueMicrotask
(
FunctionConstructor
(`
top
[
"${key}"
]++;
`));
}
</script>