mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
Update web-platform-tests to revision 4d96cccabc2feacd48e1dab9afc22b8af2225572
This commit is contained in:
parent
0d236288cc
commit
c66c6af0ba
1067 changed files with 63768 additions and 10900 deletions
|
@ -35,7 +35,7 @@ function runURLTests(raw) {
|
|||
|
||||
var url = bURL(expected.input, expected.base)
|
||||
assert_equals(url.protocol, expected.protocol, "scheme")
|
||||
assert_equals(url.hostname, expected.host, "host")
|
||||
assert_equals(url.hostname, expected.hostname, "host")
|
||||
assert_equals(url.port, expected.port, "port")
|
||||
assert_equals(url.pathname, expected.path, "path")
|
||||
assert_equals(url.search, expected.search, "search")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue