You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,6 +109,7 @@ _The default WPT server can also be specified via environment variable `WEBPAGET
109
109
***-J, --swrender**: force software rendering, disable GPU acceleration (Chrome only)
110
110
***-Q, --noparser**: disable threaded HTML parser (Chrome only)
111
111
***-q, --spdynossl**: use SPDY without SSL (Chrome only)
112
+
***--cmdline**_\<switches\>_: use a list of custom command line switches (Chrome only)
112
113
***--poll**_[interval]_: poll for results after test is scheduled at every <interval> seconds [5]
113
114
***--wait**_[hostname:port]_: wait for test results informed by agent once complete listening on <hostname>:<port> [hostname:first port available above 8000]
114
115
***--timeout**_\<seconds\>_: timeout for polling and waiting results [no timeout]
***forceSoftwareRendering**: _Boolean_, force software rendering, disable GPU acceleration (Chrome only)
399
400
***disableThreadedParser**: _Boolean_, disable threaded HTML parser (Chrome only)
400
401
***spdyNoSSL**: _Boolean_, use SPDY without SSL (Chrome only)
402
+
***commandLine**: _[String]_, use a list of custom command line switches (Chrome only)
401
403
***pollResults**: _Number_, poll for results after test is scheduled at every <interval> seconds [5]
402
404
***waitResults**: _String_, wait for test results informed by agent once complete listening on <hostname>:<port> [hostname:first port available above 8000]
403
405
***timeout**: _Number_, timeout (in seconds) for pollResults and waitResults [no timeout]
0 commit comments