Commit f5b32029 authored by Johann's avatar Johann Committed by Commit Bot

docs: specify run_blink_httpd.py directory

Most of the files served by run_blink_httpd.py are from the git
checkout. A few are not, so make sure developers know they can
specify the checkout directory with -t.

Change-Id: If66ebce1db41e05e46e792e310838ee0ed2741ab
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405715
Auto-Submit: Johann Koenig <johannkoenig@google.com>
Reviewed-by: default avatarRobert Ma <robertma@chromium.org>
Commit-Queue: Robert Ma <robertma@chromium.org>
Cr-Commit-Position: refs/heads/master@{#806172}
parent 5ad421e1
......@@ -78,10 +78,11 @@ On Windows, use `content_shell.exe`.
#### Running HTTP Tests in Content Shell
HTTP tests reside under [web_tests/http/tests](../../third_party/blink/web_tests/http/tests).
You need to start a web server first:
You need to start a web server first. By default it serves generated files from
out/Release:
```bash
python third_party/blink/tools/run_blink_httpd.py
python third_party/blink/tools/run_blink_httpd.py -t <build directory>
```
Then run the test with a localhost URL:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment