Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(481)

Side by Side Diff: Tools/Scripts/webkitpy/layout_tests/servers/wpt_support/wpt.config.json

Issue 1154373005: Introduce WPTServe for running W3C Blink Layout tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Check in WPTServe files. Update checkout script. Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "host": "web-platform.test",
3 "doc_root": null,
4 "ws_doc_root": null,
5 "external_host": null,
6 "ports": {
7 "http": [8001, 8081],
8 "https": [8444],
9 "ws": [9001],
10 "wss": [9444]
11 }
12 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698