mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update web-platform-tests to revision e8bfc205e36ad699601212cd50083870bad9a75d
This commit is contained in:
parent
65dd6d4340
commit
ccdb0a3458
1428 changed files with 118036 additions and 9786 deletions
|
@ -3,9 +3,6 @@ import os
|
|||
ccdir = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||
# based on https://github.com/w3c/web-platform-tests/blob/275544eab54a0d0c7f74ccc2baae9711293d8908/url/urltestdata.txt
|
||||
invalid = {
|
||||
"scheme-trailing-tab": "a:\tfoo.com",
|
||||
"scheme-trailing-newline": "a:\nfoo.com",
|
||||
"scheme-trailing-cr": "a:\rfoo.com",
|
||||
"scheme-trailing-space": "a: foo.com",
|
||||
"scheme-trailing-tab": "a:\tfoo.com",
|
||||
"scheme-trailing-newline": "a:\nfoo.com",
|
||||
|
@ -105,7 +102,6 @@ valid_absolute = {
|
|||
"port-0": "http://f:0/c",
|
||||
"port-00000000000000": "http://f:00000000000000/c",
|
||||
"port-00000000000000000000080": "http://f:00000000000000000000080/c",
|
||||
"port-00000000000000000000080": "http://f:00000000000000000000080/c",
|
||||
"userinfo-host-port-path": "http://a:b@c:29/d",
|
||||
"userinfo-username-non-alpha": "http://foo.com:b@d/",
|
||||
"query-contains-question-mark": "http://foo/abcd?efgh?ijkl",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue