blob: ac3ec5d46f77a0a8c4227ee3796d6c03c3c19303 [file] [log] [blame]
URL IDL tests
PASS URL interface: existence and properties of interface object
PASS URL interface object length
PASS URL interface object name
PASS URL interface: existence and properties of interface prototype object
PASS URL interface: existence and properties of interface prototype object's "constructor" property
PASS URL interface: attribute href
PASS URL interface: stringifier
PASS URL interface: attribute origin
PASS URL interface: attribute protocol
PASS URL interface: attribute username
PASS URL interface: attribute password
PASS URL interface: attribute host
PASS URL interface: attribute hostname
PASS URL interface: attribute port
PASS URL interface: attribute pathname
PASS URL interface: attribute search
PASS URL interface: attribute searchParams
PASS URL interface: attribute hash
PASS URL interface: operation toJSON()
PASS URL interface: new URL("http://foo") must inherit property "href" with the proper type (0)
PASS URL interface: new URL("http://foo") must inherit property "origin" with the proper type (1)
PASS URL interface: new URL("http://foo") must inherit property "protocol" with the proper type (2)
PASS URL interface: new URL("http://foo") must inherit property "username" with the proper type (3)
PASS URL interface: new URL("http://foo") must inherit property "password" with the proper type (4)
PASS URL interface: new URL("http://foo") must inherit property "host" with the proper type (5)
PASS URL interface: new URL("http://foo") must inherit property "hostname" with the proper type (6)
PASS URL interface: new URL("http://foo") must inherit property "port" with the proper type (7)
PASS URL interface: new URL("http://foo") must inherit property "pathname" with the proper type (8)
PASS URL interface: new URL("http://foo") must inherit property "search" with the proper type (9)
PASS URL interface: new URL("http://foo") must inherit property "searchParams" with the proper type (10)
PASS URL interface: new URL("http://foo") must inherit property "hash" with the proper type (11)
PASS URL interface: new URL("http://foo") must inherit property "toJSON" with the proper type (12)
PASS URLSearchParams interface: existence and properties of interface object
PASS URLSearchParams interface object length
PASS URLSearchParams interface object name
PASS URLSearchParams interface: existence and properties of interface prototype object
PASS URLSearchParams interface: existence and properties of interface prototype object's "constructor" property
PASS URLSearchParams interface: operation append(USVString,USVString)
PASS URLSearchParams interface: operation delete(USVString)
PASS URLSearchParams interface: operation get(USVString)
PASS URLSearchParams interface: operation getAll(USVString)
PASS URLSearchParams interface: operation has(USVString)
PASS URLSearchParams interface: operation set(USVString,USVString)
FAIL Testing Symbol.iterator property of iterable interface URLSearchParams assert_equals: @@iterator function does not have the right name expected "entries" but got "[Symbol.Iterator]"
FAIL Testing pair iterable interface URLSearchParams assert_equals: entries method is not the same as @@iterator expected function "function entries() {
[native code]
}" but got function "function [Symbol.Iterator]() {
[native code]
}"
PASS URLSearchParams interface: stringifier
PASS URLSearchParams interface: operation entries()
PASS URLSearchParams interface: operation keys()
PASS URLSearchParams interface: operation values()
PASS URLSearchParams interface: operation forEach(function,any)