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