Update document for run_wpt_tests.py
Update document for run_wpt_tests.py and make chrome the default
target.
Bug: 1474702
Change-Id: I17c050d14a1385c150cb06b11e43bc66049a16d7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4995989
Reviewed-by: Dirk Pranke <[email protected]>
Commit-Queue: Weizhong Xia <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1218505}
diff --git a/docs/testing/web_tests.md b/docs/testing/web_tests.md
index 2ac25b0..db6d6dc 100644
--- a/docs/testing/web_tests.md
+++ b/docs/testing/web_tests.md
@@ -19,15 +19,13 @@
Tests that should work across browsers go there. Other directories are for
Chrome-specific tests only.
-*** promo
-Consider running WPTs with [`wptrunner`](web_platform_tests_wptrunner.md), the
-harness developed by the WPT project that Chromium now supports.
-***
-
Note: if you are looking for a guide for the Web Platform Test, you should read
["Web platform tests"](./web_platform_tests.md) (WPT). This document does not
cover WPT specific features/behaviors.
+Note: if you are looking for a guide for running the Web Platform Tests with
+Chrome, Chrome Android or WebView, you should read ["Running Web Platform Tests with run_wpt_tests.py"](./run_web_platform_tests.md).
+
[TOC]
## Running Web Tests