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

Unified Diff: Tools/Scripts/webkitpy/thirdparty/wpt/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: Add additional README for maintenance. 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 side-by-side diff with in-line comments
Download patch
Index: Tools/Scripts/webkitpy/thirdparty/wpt/wpt.config.json
diff --git a/Tools/Scripts/webkitpy/thirdparty/wpt/wpt.config.json b/Tools/Scripts/webkitpy/thirdparty/wpt/wpt.config.json
new file mode 100644
index 0000000000000000000000000000000000000000..d30720b37dfb94124dacdc02c032875eb89d8feb
--- /dev/null
+++ b/Tools/Scripts/webkitpy/thirdparty/wpt/wpt.config.json
@@ -0,0 +1,12 @@
+{
+ "host": "web-platform.test",
+ "doc_root": null,
+ "ws_doc_root": null,
+ "external_host": null,
+ "ports": {
+ "http": [8001, 8081],
+ "https": [8444],
+ "ws": [9001],
+ "wss": [9444]
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698