Revision 3c090ebc321c78a0977e4980c1db707cc6362b93 authored by Anne van Kesteren on 02 February 2017, 10:13:49 UTC, committed by Anne van Kesteren on 07 February 2017, 09:00:01 UTC
See https://github.com/whatwg/url/pull/225 for the URL Standard change
and https://github.com/whatwg/url/issues/217 for the original bug
report and tests.

Thanks @rmisev!
1 parent 77de4bb
Raw File
manifest
#!/usr/bin/env python
import os
import sys

from tools.manifest import update

update.main(default_tests_root=
            os.path.abspath(os.path.dirname(__file__)))
back to top