file_data_uri.html (403B)
1 <!DOCTYPE HTML> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title>Bug 1709069: Test that Data URI which makes a top-level request gets updated in https-first</title> 6 </head> 7 <body> 8 <script class="testbody" type="text/javascript"> 9 window.onload = () => { 10 let myLoc = window.location.href; 11 window.opener.parent.postMessage({location: myLoc}, "*"); 12 window.close(); 13 }; 14 </script> 15 </body> 16 </html>