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
@@ -108,6 +108,7 @@ _The default WPT server can also be specified via environment variable `WEBPAGET
108
108
***-C, --spdy3**: force SPDY version 3 (Chrome only)
109
109
***-J, --swrender**: force software rendering, disable GPU acceleration (Chrome only)
110
110
***-Q, --noparser**: disable threaded HTML parser (Chrome only)
111
+
***-q, --spdynossl**: use SPDY without SSL (Chrome only)
111
112
***--poll**_[interval]_: poll for results after test is scheduled at every <interval> seconds [5]
112
113
***--wait**_[hostname:port]_: wait for test results informed by agent once complete listening on <hostname>:<port> [hostname:first port available above 8000]
113
114
***--timeout**_\<seconds\>_: timeout for polling and waiting results [no timeout]
***forceSpdy3**: _Boolean_, force SPDY version 3 (Chrome only)
397
398
***forceSoftwareRendering**: _Boolean_, force software rendering, disable GPU acceleration (Chrome only)
398
399
***disableThreadedParser**: _Boolean_, disable threaded HTML parser (Chrome only)
400
+
***spdyNoSSL**: _Boolean_, use SPDY without SSL (Chrome only)
399
401
***pollResults**: _Number_, poll for results after test is scheduled at every <interval> seconds [5]
400
402
***waitResults**: _String_, wait for test results informed by agent once complete listening on <hostname>:<port> [hostname:first port available above 8000]
401
403
***timeout**: _Number_, timeout (in seconds) for pollResults and waitResults [no timeout]
0 commit comments