The documentation for this directory is at:
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 toblink/web_tests
and will be changed to absolute path at run time forwptserve
to consume. 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
- Update
web_tests/wptrunner.blink.ini
: This file is now created on the fly. It describes WPT tests other thanexternal/wpt
, which is automatically mapped to the document roothttp://web-platform.test/
. Note that this config is only ingested bywptrunner
;run_web_tests.py
automatically recognizes all tests underweb_tests/
.