tree: 3a69d9ea180ef0a742c56541ff2b66bc403f14ec [path history] [tgz]
  1. 1-iframe/
  2. 2-iframes/
  3. getter-special-cases/
  4. iframe-navigation/
  5. popups/
  6. resources/
  7. about-blank.https.sub.html
  8. about-blank.https.sub.html.headers
  9. document-domain.sub.https.html
  10. document-domain.sub.https.html.headers
  11. going-back.sub.https.html
  12. going-back.sub.https.html.headers
  13. insecure-http.sub.html
  14. insecure-http.sub.html.headers
  15. META.yml
  16. OWNERS
  17. popups-crash.https.html
  18. README.md
  19. removing-iframes.sub.https.html
  20. removing-iframes.sub.https.html.headers
chromium/src/third_party/blink/web_tests/external/wpt/html/browsers/origin/origin-keyed-agent-clusters/README.md

Origin-keyed agent clusters tests

These are tests for the origin-keyed agent clusters feature.

Test filenames

The tests in 2-iframes follow the file naming pattern

parent-[yes|no]-child1-[yes|no]-[designator]-child2-[yes|no]-[designator]

Here:

  • yes or no refers to whether the Origin-Agent-Cluster header is set or unset.
  • designator explains how the child differs from the parent: e.g. by being a subdomain, or having a different port, or both. There‘s also same if it’s same-origin.

Other directories have variations on this, e.g. 1-iframe/ does the same thing but for a single child instead of child1 and child2, and navigation/ uses 1 and 2 to represent the two different locations the single iframe will be navigated to.

Coverage

Header parsing is covered by a few tests in the 1-iframe/ subdirectory, and not duplicated to all other scenarios.