Fix documentation for run-blink-httpd
'start' argument is no longer used per https://codereview.chromium.org/135653016
Change-Id: If9e87db7dcb6a085550e66978d203269c7090c09
Reviewed-on: https://chromium-review.googlesource.com/595297
Reviewed-by: Dirk Pranke <[email protected]>
Commit-Queue: Hajime Hoshi <[email protected]>
Cr-Commit-Position: refs/heads/master@{#491050}
diff --git a/docs/testing/writing_layout_tests.md b/docs/testing/writing_layout_tests.md
index 7ca4d0f..d8e6f8e 100644
--- a/docs/testing/writing_layout_tests.md
+++ b/docs/testing/writing_layout_tests.md
@@ -320,7 +320,7 @@
```bash
cd src/third_party/WebKit/Tools/Scripts
-run-blink-httpd start
+./run-blink-httpd
```
The layout tests will be served from `http://127.0.0.1:8000`. For example, to
@@ -330,8 +330,9 @@
tests will behave differently if you go to 127.0.0.1 instead of localhost, so
use 127.0.0.1.
-To kill the server, run `run-blink-httpd --server stop`, or just use `taskkill`
-or the Task Manager on Windows, and `killall` or Activity Monitor on MacOS.
+To kill the server, hit any key on the terminal where `run-blink-httpd` is
+running, or just use `taskkill` or the Task Manager on Windows, and `killall` or
+Activity Monitor on MacOS.
The test server sets up an alias to the `LayoutTests/resources` directory. In
HTTP tests, you can access the testing framework at e.g.