tree: 1d3ed13df445b6bd0a340ed9c668ff8dd342cf3a [path history] [tgz]
  1. ambient-light/
  2. async-script-scheduling/
  3. attribution-reporting/
  4. badging/
  5. battery-status/
  6. bluetooth/
  7. cache_storage/
  8. client-hints/
  9. close-watcher/
  10. content-security-policy/
  11. css/
  12. digital-goods/
  13. display-lock/
  14. document-transition/
  15. encoding/
  16. fenced_frame/
  17. file-system-api/
  18. forms/
  19. fragment-directive/
  20. geolocation-api/
  21. handwriting/
  22. hid/
  23. html/
  24. idle-detection/
  25. infrastructure/
  26. installedapp/
  27. lazyembed/
  28. mediastream/
  29. orientation-event/
  30. origin_trials/
  31. payments/
  32. picture-in-picture/
  33. portals/
  34. preload/
  35. prerender/
  36. presentation/
  37. reporting/
  38. resource-timing/
  39. sanitizer-api/
  40. scheduler/
  41. security/
  42. serial/
  43. shadow-dom/
  44. speech/
  45. storage/
  46. system-wake-lock/
  47. urlpattern/
  48. user-timing/
  49. vibration/
  50. web-share/
  51. webcodecs/
  52. webgpu/
  53. webid/
  54. webmidi/
  55. websocket-cookies/
  56. webusb/
  57. webxr/
  58. README.md
third_party/blink/web_tests/wpt_internal/README.md

This directory is the Chromium-internal (*) counterpart of external/wpt. All WPT features (except wpt lint) are enabled in this directory, including wptserve. This directory is mapped to wpt_internal/ on wptserve.

When including additional scripts from tests within this folder, the “root” folder is “external/wpt” and paths should be relative to that. (E.g. “/resources /testharness.js” will reference external/wpt/resources/testharness.js).

(*) “Internal” in the sense that tests are not synchronized with the WPT upstream (https://github.com/web-platform-tests/wpt) or other browser vendors.

This directory is primarily intended for testing non-web-exposed and/or Blink-specific behaviours (Blink internal testing APIs are allowed) with WPT goodness (wptserve, testharness, reftest, etc.). Please try to use external/wpt whenever possible.

Note: tests have to go into subdirectories. Files in the root level of wpt_internal are not recognized as tests.