blob: 5966b39e41285202f47e877604290885972763cc [file] [log] [blame]
<!DOCTYPE html>
<script>
function callQueueMicrotask(key, FunctionConstructor = Function) {
parent.queueMicrotask(FunctionConstructor(`
top["${key}"]++;
`));
}
</script>