website-page-frame
Version:
This library provides a way to allow browser based programs to have cross parent to child window communication through code.
14 lines (12 loc) • 400 B
HTML
<html lang="en-IE">
<head>
<meta charset="UTF-8"/>
</head>
<body>
<h1> WEBSITE-PAGE-FRAME-FUNCTIONAL-TESTS </h1>
<iframe src="about:blank" id="nestedBrowsingContext" width="1000px" height="1000px" sandbox="allow-scripts allow-forms allow-same-origin">
</iframe>
</body>
<script src="../../dist/client-bundle.js" ></script>
</html>