Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/DOMParser-interface
/
.
/
fenced-frame
/
resources
/
embeddee.html
blob: 3423be9aa4c0d1b80e1ffef21028c8fcd81dc906 [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<script
src
=
"utils.js"
></script>
<title>
A page embedded as a Fenced Frame for COEP tests
</title>
<script>
const
[
uuid
]
=
parseKeylist
();
writeValueToServer
(
uuid
,
"PASS"
);
</script>