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