Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/settimeout-active-script
/
.
/
shared-storage
/
resources
/
frame0.html
blob: c9b559fe83a6e04f58364037976e82dbaa44591a [
file
] [
edit
]
<!DOCTYPE html>
<html>
<script
src
=
"/fenced-frame/resources/utils.js"
></script>
<body>
<script>
async
function
init
()
{
const
[
ancestor_key
]
=
parseKeylist
();
writeValueToServer
(
ancestor_key
,
"frame0_loaded"
);
}
init
();
</script>
</body>
</html>