w3c / resource-timing

Resource Timing
https://w3c.github.io/resource-timing/
Other
121 stars 35 forks source link

Add tests for TAO-fail behavior changes since FETCH integration #264

Closed noamr closed 3 years ago

noamr commented 3 years ago

After FETCH integration, the entries would include only the following when TAO fails:

The rest of the attributes are zeroed. See https://github.com/w3c/resource-timing/issues/260 for reasoning.

The tests need to reflect the new behavior.

npm1 commented 3 years ago

Also implementations need to change presumably... @rniwa @bdekoz @sefeng211 for heads up.

noamr commented 3 years ago

See https://github.com/web-platform-tests/wpt/pull/28563