Re: [resource-timing-tests] Add tests for resource timing: nextHopProtocol,transferSize,encodedBodySize,decodedBodySize (#2282)

@valenting thank you for writing and contributing these! A couple of quick notes:

- Nitpick / question: should we group nextHopProtocol under 'network transfer attributes'? I'm wondering if that should live in a separate test. That's a minor thing though.
- `transferSize` *will* vary from browser to browser depending on the default headers, etc -- e.g. current tests fail in Chrome because our headers are ~20 bytes smaller. In fact, even within within the same browser this may vary between versions and will result in flaky tests. As such, I'm wondering if we should just change the tests for transferSize to simply check that `transferSize > encodedBodySize`. 

/cc @toddreifsteck @plehegar 

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

Received on Wednesday, 21 September 2016 19:49:44 UTC