summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/fenced-frame/resources/get-nested-configs-nested-iframe.html
blob: 9bd5d9f492ad4b48feabbfad249c842e533bf1d8 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<script src="utils.js"></script>
<title>getGamepads should throw an error in a fenced frame</title>
<body>
  <script>
  const [key] = parseKeylist();
  attachIFrame(generateURL("get-nested-configs-inner.html", [key]));
  </script>
</body>
</html>