summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/fenced-frame/resources/fenced-frame-loaded.html
blob: 0054762783994da36166c6ab2975395fa7e642f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
<script src="utils.js"></script>
<title>Fenced frame loaded</title>
<body>
<script>
(async function() {
  const [parent_key] = parseKeylist();
  writeValueToServer(parent_key, "fenced frame loaded");
})();
</script>
</body>
</html>