devtools/client/framework/test/doc_cached-resource.html
author Lando <lando@lando.test>
Thu, 10 Jul 2025 16:11:40 +0000 (49 minutes ago)
changeset 795966 8f464d9c468ba1a7c1b0338deaa8bc8023f8ae3d
parent 595034 1b7bfcaefb0579838306e8c170d2717f2972dfb7
permissions -rw-r--r--
Merge autoland to mozilla-central
<!-- Any copyright is dedicated to the Public Domain.
     http://creativecommons.org/publicdomain/zero/1.0/ -->

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
  </head>
  <body>
    <iframe src="https://example.org/browser/devtools/client/framework/test/doc_cached-resource_iframe.html"></iframe>
    <script>
    console.log("Hello from parent");
    </script>
  </body>
</html>