Re: [html-tests] HTML: set location.protocol to non-broken-non-functioning schemes (#4502)

# Chrome #
Testing revision d9011001cac135f52d47b3d98882fc1d0fa9dd83
Starting 10 test iterations
All results were stable

## All results ##

<details>

<summary><a href="http://w3c-test.org/submissions/4502/html/browsers/history/the-location-interface/location-protocol-setter-non-broken.html">/html/browsers/history/the-location-interface/location-protocol-setter-non-broken.html</a></summary>


|                     Subtest                      | Results |
|--------------------------------------------------|---------|
|                                                  | OK      |
| `Set HTTP URL frame location.protocol to data`   | FAIL    |
| `Set data URL frame location.protocol to gopher` | PASS    |
| `Set HTTP URL frame location.protocol to file`   | FAIL    |
| `Set data URL frame location.protocol to x`      | PASS    |
| `Set HTTP URL frame location.protocol to gopher` | PASS    |
| `Set HTTP URL frame location.protocol to x`      | PASS    |
| `Set HTTP URL frame location.protocol to http+x` | PASS    |
| `Set HTTP URL frame location.protocol to ftp`    | PASS    |
| `Set data URL frame location.protocol to data`   | FAIL    |
| `Set data URL frame location.protocol to file`   | PASS    |
| `Set data URL frame location.protocol to http+x` | PASS    |
| `Set data URL frame location.protocol to ftp`    | FAIL    |

</details>

<details>

<summary><a href="http://w3c-test.org/submissions/4502/html/browsers/history/the-location-interface/location-protocol-setter-non-broken-weird.html">/html/browsers/history/the-location-interface/location-protocol-setter-non-broken-weird.html</a></summary>


|              Subtest              | Results |
|-----------------------------------|---------|
|                                   | OK      |
| `Set location.protocol to data`   | FAIL    |
| `Set location.protocol to ftp`    | PASS    |
| `Set location.protocol to file`   | FAIL    |
| `Set location.protocol to gopher` | PASS    |
| `Set location.protocol to x`      | PASS    |
| `Set location.protocol to http+x` | PASS    |

</details>


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

Received on Wednesday, 4 January 2017 15:48:46 UTC