frame1.html (251B)
1 <!DOCTYPE html> 2 <html> 3 <script src="/fenced-frame/resources/utils.js"></script> 4 <body> 5 <script> 6 async function init() { 7 const [ancestor_key] = parseKeylist(); 8 writeValueToServer(ancestor_key, "frame1_loaded"); 9 } 10 11 init(); 12 </script> 13 </body> 14 </html>