puppeteer/test/server
Georgii Dolzhykov 93e128931f test: make tests work on non-English locales (#2736)
`Data.prototype.toString` may return non-ASCII characters, which aren't accepted by `setHeader`.

E.g., on Russian locale, it might look like this:
```
> new Date().toString()
'Thu Jun 14 2018 13:11:50 GMT+0300 (Финляндия (лето))'
```
2018-06-14 10:18:02 -07:00
..
cert.pem Change Page.navigate to return main resource response 2017-07-10 18:50:06 -07:00
key.pem Change Page.navigate to return main resource response 2017-07-10 18:50:06 -07:00
run.js feat(Response): add Response.fromCache / Response.fromServiceWorker (#1971) 2018-02-05 17:59:07 -05:00
SimpleServer.js test: make tests work on non-English locales (#2736) 2018-06-14 10:18:02 -07:00