blob: cbe00f2e6bff3fa83d73fb0b8c4f529c95c9a8a0 [file] [log] [blame]
<!DOCTYPE html>
<body>
<script>
// This test passes if it does not crash.
// This does surprise the test runner by closing the main web contents.
var portal = document.createElement("portal");
portal.src = '/external/wpt/portals/resources/simple-portal.html';
document.body.appendChild(portal);
portal.onload = () => portal.activate();
</script>
</body>