Re: [resource-timing-tests] Add TAO tests for Resource Timing (#5117)

 [View the complete job log.](https://travis-ci.org/w3c/web-platform-tests/jobs/211415822)

# Firefox (nightly channel) #
Testing web-platform-tests at revision ac5f2fc47cb0354a866b342dc50e5a354c599849
Using browser at version BuildID 20170314110401; SourceStamp 6d38ad302429c98115c354d643e81987ecec5d3c
Starting 10 test iterations
All results were stable
## All results ##
<details>
<summary>4 tests ran</summary>
<details>
<summary><a href="http://w3c-test.org/submissions/5117/resource-timing/resource_TAO_multi.htm">/resource-timing/resource_TAO_multi.htm</a></summary>


|                                                                                                                                         Subtest                                                                                                                                          | Results | Messages |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------|----------|
|                                                                                                                                                                                                                                                                                          | OK      |          |
| `window.performance is defined`                                                                                                                                                                                                                                                          | PASS    |          |
| `window.performance.getEntriesByType is defined`                                                                                                                                                                                                                                         | PASS    |          |
| `redirectStart, redirectEnd, domainLookupStart, domainLookupEnd, connectStart, connectEnd, secureConnectionStart, requestStart, and responseStart -- should be all returned as 0 when the HTTP response includes more than one Timing-Allow-Origin header value and TAO algorithm fails` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5117/resource-timing/resource_TAO_origin.htm">/resource-timing/resource_TAO_origin.htm</a></summary>


|                                                                                                                                                              Subtest                                                                                                                                                               | Results | Messages |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------|----------|
|                                                                                                                                                                                                                                                                                                                                    | OK      |          |
| `window.performance is defined`                                                                                                                                                                                                                                                                                                    | PASS    |          |
| `window.performance.getEntriesByType is defined`                                                                                                                                                                                                                                                                                   | PASS    |          |
| `redirectStart, redirectEnd, domainLookupStart, domainLookupEnd, connectStart, connectEnd, secureConnectionStart, requestStart, and responseStart -- should NOT be all returned as 0 when the value of Timing-Allow-Origin is a case-sensitive match for the value of the origin of the current document and TAO algorithm passes` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5117/resource-timing/resource_TAO_origin_uppercase.htm">/resource-timing/resource_TAO_origin_uppercase.htm</a></summary>


|                                                                                                                                                              Subtest                                                                                                                                                               | Results | Messages |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------|----------|
|                                                                                                                                                                                                                                                                                                                                    | OK      |          |
| `window.performance is defined`                                                                                                                                                                                                                                                                                                    | PASS    |          |
| `window.performance.getEntriesByType is defined`                                                                                                                                                                                                                                                                                   | PASS    |          |
| `redirectStart, redirectEnd, domainLookupStart, domainLookupEnd, connectStart, connectEnd, secureConnectionStart, requestStart, and responseStart -- should be all returned as 0 when the value of Timing-Allow-Origin is NOT a case-sensitive match for the value of the origin of the current document and TAO algorithm passes` | PASS    |          |

</details>
<details>
<summary><a href="http://w3c-test.org/submissions/5117/resource-timing/resource_TAO_zero.htm">/resource-timing/resource_TAO_zero.htm</a></summary>


|                                                                                                                                     Subtest                                                                                                                                     | Results | Messages |
|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------|----------|
|                                                                                                                                                                                                                                                                                 | OK      |          |
| `window.performance is defined`                                                                                                                                                                                                                                                 | PASS    |          |
| `window.performance.getEntriesByType is defined`                                                                                                                                                                                                                                | PASS    |          |
| `redirectStart, redirectEnd, domainLookupStart, domainLookupEnd, connectStart, connectEnd, secureConnectionStart, requestStart, and responseStart -- should be all returned as 0 when the HTTP response includes zero Timing-Allow-Origin header value and TAO algorithm fails` | PASS    |          |

</details>
</details>

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

Received on Wednesday, 15 March 2017 16:26:35 UTC