dom/security/test/https-first/file_data_uri.html
author Gabriel Luong <gabriel.luong@gmail.com>
Sun, 13 Jul 2025 02:28:40 +0000 (7 hours ago)
changeset 796385 23185ed855a5b168943bde8ebe8ec946cd83f675
parent 697969 7c42528aa6cc2ff958fdf7831f2e219e6217dc80
permissions -rw-r--r--
Bug 1972159 - Part 25: Enable Compose Homepage by default and remove associated settings and Nimbus flags r=android-reviewers,devota Differential Revision: https://phabricator.services.mozilla.com/D254598
<!DOCTYPE HTML>
<html>
<head>
  <meta charset="utf-8">
  <title>Bug 1709069: Test that Data URI which makes a top-level request gets updated in https-first</title>
</head>
<body>
<script class="testbody" type="text/javascript">
  window.onload = () => {
    let myLoc = window.location.href;
    window.opener.parent.postMessage({location: myLoc}, "*");
    window.close();
};
</script>
</body>
</html>