Link to instructions for adding new testdriver API for WPT tests

Change-Id: I5f729822140f544717432aa0b45c56dfdf30b9ba
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1636787
Commit-Queue: Luke Z <[email protected]>
Reviewed-by: Robert Ma <[email protected]>
Cr-Commit-Position: refs/heads/master@{#664792}
diff --git a/docs/testing/web_platform_tests.md b/docs/testing/web_platform_tests.md
index dff9324..16d866d8 100644
--- a/docs/testing/web_platform_tests.md
+++ b/docs/testing/web_platform_tests.md
@@ -201,7 +201,9 @@
 
 If no testdriver.js API exists, check if it's a
 [known issue](https://github.com/web-platform-tests/wpt/labels/testdriver.js)
-and otherwise consider filing a new issue.
+and otherwise consider filing a new issue. For instructions on how to add a new
+testing API, see [WPT Test Automation for
+Chromium](https://docs.google.com/document/d/18BpD41vyX1cFZ77CE0a_DJYlGpdvyLlx3pwXVRxUzvI/preview#)
 
 An alternative is to write manual tests that are automated with scripts from
 [wpt_automation](../../third_party/blink/web_tests/external/wpt_automation).