get-nested-configs-nested-iframe.html (263B)
1 <!DOCTYPE html> 2 <script src="utils.js"></script> 3 <title>getGamepads should throw an error in a fenced frame</title> 4 <body> 5 <script> 6 const [key] = parseKeylist(); 7 attachIFrame(generateURL("get-nested-configs-inner.html", [key])); 8 </script> 9 </body> 10 </html>