tree: dcd889379fc3fa3808af094c0e5e54b133bc4617
  1. dispatcher/
  2. security-features/
  3. third_party/
  4. __init__.py
  5. arrays.js
  6. blank-with-cors.html
  7. blank-with-cors.html.headers
  8. blank.html
  9. custom-cors-response.js
  10. CustomCorsResponse.py
  11. domain-setter.sub.html
  12. dummy.json
  13. dummy.xhtml
  14. dummy.xml
  15. echo.py
  16. empty.css
  17. empty.js
  18. gc.js
  19. get-host-info.sub.js
  20. get-host-info.sub.js.headers
  21. media.js
  22. media.js.headers
  23. META.yml
  24. object-association.js
  25. object-association.js.headers
  26. performance-timeline-utils.js
  27. performance-timeline-utils.js.headers
  28. PrefixedLocalStorage.js
  29. PrefixedLocalStorage.js.headers
  30. PrefixedPostMessage.js
  31. PrefixedPostMessage.js.headers
  32. proxy-all.sub.pac
  33. README.md
  34. redirect-opt-in.py
  35. redirect.py
  36. refresh.py
  37. reftest-wait.js
  38. reftest-wait.js.headers
  39. rendering-utils.js
  40. sab.js
  41. slow-redirect.py
  42. slow.py
  43. square.png
  44. stringifiers.js
  45. stringifiers.js.headers
  46. subset-tests-by-key.js
  47. subset-tests.js
  48. test-setting-immutable-prototype.js
  49. test-setting-immutable-prototype.js.headers
  50. text-plain.txt
  51. top-layer.js
  52. utils.js
  53. utils.js.headers
  54. window-name-setter.html
  55. worklet-reftest.js
  56. worklet-reftest.js.headers
common/README.md

The files in this directory are non-infrastructure support files that can be used by tests.

  • blank.html - An empty HTML document.
  • domain-setter.sub.html - An HTML document that sets document.domain.
  • dummy.xhtml - An XHTML document.
  • dummy.xml - An XML document.
  • text-plain.txt - A text/plain document.
  • *.js - Utility scripts. These are documented in the source.
  • *.py - wptserve Python Handlers. These are documented in the source.
  • security-features - Documented in security-features/README.md.