tree: d7460cab12a0bed9e5a3a160ceb3319bf6e2e8e4 [path history] [tgz]
  1. accessibility/
  2. android/
  3. animations/
  4. app_banner/
  5. bindings/
  6. clipboard/
  7. compositing/
  8. crypto/
  9. css-parser/
  10. css1/
  11. css2.1/
  12. css3/
  13. cssom/
  14. custom-elements/
  15. custom-properties/
  16. dark-mode/
  17. dom/
  18. editing/
  19. external/
  20. fast/
  21. flag-specific/
  22. FlagExpectations/
  23. fonts/
  24. fragmentation/
  25. fullscreen/
  26. gamepad/
  27. handwriting/
  28. harness-tests/
  29. hittesting/
  30. html/
  31. html5lib/
  32. http/
  33. idle-callback/
  34. ietestcenter/
  35. images/
  36. inspector-protocol/
  37. intersection-observer/
  38. jquery/
  39. js/
  40. loader/
  41. media/
  42. media_capabilities/
  43. mhtml/
  44. navigator_language/
  45. navigator_webdriver/
  46. netinfo/
  47. overflow/
  48. paint/
  49. payments/
  50. permissionclient/
  51. platform/
  52. plugins/
  53. pointer-lock/
  54. print_testharness/
  55. printing/
  56. register-protocol-handler/
  57. regress/
  58. resize-observer/
  59. resources/
  60. rootscroller/
  61. screen_orientation/
  62. scrollbars/
  63. scrollingcoordinator/
  64. security/
  65. shadow-dom/
  66. SmokeTests/
  67. storage/
  68. svg/
  69. synthetic_gestures/
  70. tables/
  71. test_runner/
  72. third_party/
  73. timezonechange/
  74. touchadjustment/
  75. transforms/
  76. transitions/
  77. traversal/
  78. typedcssom/
  79. vibration/
  80. view-transition/
  81. virtual/
  82. virtualkeyboard/
  83. wake-lock/
  84. wasm/
  85. webaudio/
  86. webexposed/
  87. webgpu/
  88. wpt_internal/
  89. xmlviewer/
  90. .clang-format
  91. .gitattributes
  92. .gitignore
  93. ASANExpectations
  94. FlagSpecificConfig
  95. LeakExpectations
  96. MSANExpectations
  97. NeverFixTests
  98. OWNERS
  99. PRESUBMIT.py
  100. PRESUBMIT_test.py
  101. README.md
  102. SlowTests
  103. StaleTestExpectations
  104. TestExpectations
  105. VIRTUAL_OWNERS
  106. VirtualTestSuites
  107. W3CImportExpectations
  108. WebDriverExpectations
  109. WebGPUExpectations
  110. whitespace.txt
  111. wptrunner.blink.ini
third_party/blink/web_tests/README.md

The documentation for this directory is at:

WPT Configuration

There are some special files under this directory for adapting web platform tests for Blink:

  • web_tests/external/wpt/config.json: wptserve configuration file for overriding default routes and ports. Note that filesystem paths are relative to blink/web_tests, where wptserve runs. When changing the ports (HTTP/S, WS/S), make sure to also:
    • Update WPT_HOST_AND_PORTS in //third_party/blink/tools/blinkpy/web_tests/port/driver.py
    • Update WebTestContentBrowserClient::GetOriginsRequiringDedicatedProcess
  • web_tests/wptrunner.blink.ini: Describes WPT tests other than external/wpt, which is automatically mapped to the document root http://web-platform.test/. Note that this config is only ingested by wptrunner; run_web_tests.py automatically recognizes all tests under web_tests/.