blob: 85c5194c6c7746aedc9d78db8e1a222aa59e37ea [file] [log] [blame] [edit]
<!DOCTYPE html>
<script src="/resources/testharness.js"></script>
<script src="utils.js"></script>
<title>Navigate a fenced frame to a nested config</title>
<body>
<script>
const [key] = parseKeylist();
const configs = window.fence.getNestedConfigs();
const ff = document.createElement("fencedframe");
ff.config = configs[0]
document.body.appendChild(ff);
</script>
</body>
</html>