summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/fenced-frame/resources/embeddee.html
blob: 3423be9aa4c0d1b80e1ffef21028c8fcd81dc906 (plain)
1
2
3
4
5
6
7
<!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>