https://github.com/web-platform-tests/wpt
Raw File
Tip revision: b067367c0d6ee430fab16403aa2964c95663e59c authored by Michael[tm] Smith on 23 June 2015, 10:22:34 UTC
Removed {% raw %} and {% endraw %} stuff.
Tip revision: b067367
README.md
The test for browsers is `a-element.html`. The reusable format is `urltestdata.txt`, which
is not documented in detail. Reverse engineering through `urltestparser.js` should not be
too hard. Documentation welcome!

[`annevk/url`](https://github.com/annevk/url) hosts some other files that might be of
interest if you want to create additional tests.

Similar to `a-element.html` it would be trivial to add more tests for other objects that
expose links (e.g. URL and `<area>`). There's also room for enhancement and bits that
require independent tests:

* The encoding part of the URL parser
* The state override part of the URL parser (setting individual properties of a URL)
* Origin serialization
* `application/x-www-form-urlencoded`
back to top