blob: 65762f1c71c3c92eee27f01df946b0b25d8a837f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!DOCTYPE HTML>
<html>
<body>
just a dummy page to check uir applies to top level navigations
<script class="testbody" type="text/javascript">
window.onload = function() {
window.opener.parent.postMessage({result: window.location.href}, "*");
window.close();
}
</script>
</body>
</html>
|