Re: [page-visibility-tests] add test for pv prerender (#5185)

Test LGTM, modulo `pr` nit that we can remove.

It looks like linter is unhappy as well: 

```
page-visibility/prerender_call.html:10: setTimeout used; step_timeout should typically be used instead (SET TIMEOUT)
page-visibility/resources/prerender_target.html:9: Whitespace at EOL (TRAILING WHITESPACE)
There were 2 errors (TRAILING WHITESPACE: 1 SET TIMEOUT: 1)
You must fix all errors; for details on how to fix them, see
https://github.com/w3c/web-platform-tests/blob/master/docs/lint-tool.md
```

I think we do mean to use setTimeout though, so we might have to add an exception?

View on GitHub: https://github.com/w3c/web-platform-tests/pull/5185#issuecomment-288259724

Received on Wednesday, 22 March 2017 00:17:03 UTC