blob: 4791c29be7c1d370c88a104207ba5fdaaf06ebbb [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>Incumbent page used as a test helper</title>
<h1>Incumbent</h1>
<script>
"use strict";
document.domain = "{{hosts[][]}}";
window.createBroadcastChannel = (...args) => {
return new parent.frames[1].BroadcastChannel(...args);
};
</script>