tree: b3e08586182da15ff0e625511713e17e64317357 [path history] [tgz]
  1. coep-frame.html
  2. coep-frame.html.headers
  3. crashy-popup.sub.html
  4. crashy-popup.sub.html.headers
  5. frame.html
  6. frame.html.headers
  7. helpers.mjs
  8. helpers.mjs.headers
  9. README.md
  10. send-header-page-script.mjs
  11. send-header-page-script.mjs.headers
  12. send-oac-header.py
chromium/src/third_party/blink/web_tests/external/wpt/html/browsers/origin/origin-keyed-agent-clusters/resources/README.md

Why are there .headers files here for the .mjs scripts?

Because ../getter-special-cases/sandboxed-iframe.sub.https.html is testing an opaque origin, which is cross-origin with these scripts. Since <script type="module"> respects the same-origin policy, we need CORS headers to allow them to be accessed.