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:wptserveconfiguration file for overriding default routes and ports. Note that filesystem paths are relative toblink/web_testsand will be changed to absolute path at run time forwptserveto consume. When changing the ports (HTTP/S, WS/S), make sure to also:- Update
WPT_HOST_AND_PORTSin//third_party/blink/tools/blinkpy/web_tests/port/driver.py - Update
WebTestContentBrowserClient::GetOriginsRequiringDedicatedProcess
- Update