OLD | NEW |
1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
2 Found 52 tests; 48 PASS, 4 FAIL, 0 TIMEOUT, 0 NOTRUN. | 2 Found 50 tests; 46 PASS, 4 FAIL, 0 TIMEOUT, 0 NOTRUN. |
3 PASS URL interface: existence and properties of interface object | 3 PASS URL interface: existence and properties of interface object |
4 PASS URL interface object length | 4 PASS URL interface object length |
5 PASS URL interface object name | 5 PASS URL interface object name |
6 PASS URL interface: existence and properties of interface prototype object | 6 PASS URL interface: existence and properties of interface prototype object |
7 PASS URL interface: existence and properties of interface prototype object's "co
nstructor" property | 7 PASS URL interface: existence and properties of interface prototype object's "co
nstructor" property |
8 PASS URL interface: attribute href | 8 PASS URL interface: attribute href |
9 PASS URL interface: stringifier | 9 PASS URL interface: stringifier |
10 PASS URL interface: attribute origin | 10 PASS URL interface: attribute origin |
11 PASS URL interface: attribute protocol | 11 PASS URL interface: attribute protocol |
12 PASS URL interface: attribute username | 12 PASS URL interface: attribute username |
13 PASS URL interface: attribute password | 13 PASS URL interface: attribute password |
14 PASS URL interface: attribute host | 14 PASS URL interface: attribute host |
15 PASS URL interface: attribute hostname | 15 PASS URL interface: attribute hostname |
16 PASS URL interface: attribute port | 16 PASS URL interface: attribute port |
17 PASS URL interface: attribute pathname | 17 PASS URL interface: attribute pathname |
18 PASS URL interface: attribute search | 18 PASS URL interface: attribute search |
19 PASS URL interface: attribute searchParams | 19 PASS URL interface: attribute searchParams |
20 PASS URL interface: attribute hash | 20 PASS URL interface: attribute hash |
21 FAIL URL interface: operation toJSON() assert_own_property: interface prototype
object missing non-static operation expected property "toJSON" missing | 21 FAIL URL interface: operation toJSON() assert_own_property: interface prototype
object missing non-static operation expected property "toJSON" missing |
22 PASS URL must be primary interface of new URL("http://foo") | |
23 PASS Stringification of new URL("http://foo") | |
24 PASS URL interface: new URL("http://foo") must inherit property "href" with the
proper type (0) | 22 PASS URL interface: new URL("http://foo") must inherit property "href" with the
proper type (0) |
25 PASS URL interface: new URL("http://foo") must inherit property "origin" with th
e proper type (1) | 23 PASS URL interface: new URL("http://foo") must inherit property "origin" with th
e proper type (1) |
26 PASS URL interface: new URL("http://foo") must inherit property "protocol" with
the proper type (2) | 24 PASS URL interface: new URL("http://foo") must inherit property "protocol" with
the proper type (2) |
27 PASS URL interface: new URL("http://foo") must inherit property "username" with
the proper type (3) | 25 PASS URL interface: new URL("http://foo") must inherit property "username" with
the proper type (3) |
28 PASS URL interface: new URL("http://foo") must inherit property "password" with
the proper type (4) | 26 PASS URL interface: new URL("http://foo") must inherit property "password" with
the proper type (4) |
29 PASS URL interface: new URL("http://foo") must inherit property "host" with the
proper type (5) | 27 PASS URL interface: new URL("http://foo") must inherit property "host" with the
proper type (5) |
30 PASS URL interface: new URL("http://foo") must inherit property "hostname" with
the proper type (6) | 28 PASS URL interface: new URL("http://foo") must inherit property "hostname" with
the proper type (6) |
31 PASS URL interface: new URL("http://foo") must inherit property "port" with the
proper type (7) | 29 PASS URL interface: new URL("http://foo") must inherit property "port" with the
proper type (7) |
32 PASS URL interface: new URL("http://foo") must inherit property "pathname" with
the proper type (8) | 30 PASS URL interface: new URL("http://foo") must inherit property "pathname" with
the proper type (8) |
33 PASS URL interface: new URL("http://foo") must inherit property "search" with th
e proper type (9) | 31 PASS URL interface: new URL("http://foo") must inherit property "search" with th
e proper type (9) |
(...skipping 13 matching lines...) Expand all Loading... |
47 PASS URLSearchParams interface: operation set(USVString,USVString) | 45 PASS URLSearchParams interface: operation set(USVString,USVString) |
48 FAIL Testing Symbol.iterator property of iterable interface URLSearchParams asse
rt_equals: @@iterator function does not have the right name expected "entries" b
ut got "" | 46 FAIL Testing Symbol.iterator property of iterable interface URLSearchParams asse
rt_equals: @@iterator function does not have the right name expected "entries" b
ut got "" |
49 FAIL Testing pair iterable interface URLSearchParams assert_equals: entries meth
od is not the same as @@iterator expected function "function entries() { [native
code] }" but got function "function () { [native code] }" | 47 FAIL Testing pair iterable interface URLSearchParams assert_equals: entries meth
od is not the same as @@iterator expected function "function entries() { [native
code] }" but got function "function () { [native code] }" |
50 PASS URLSearchParams interface: stringifier | 48 PASS URLSearchParams interface: stringifier |
51 PASS URLSearchParams interface: operation entries() | 49 PASS URLSearchParams interface: operation entries() |
52 PASS URLSearchParams interface: operation keys() | 50 PASS URLSearchParams interface: operation keys() |
53 PASS URLSearchParams interface: operation values() | 51 PASS URLSearchParams interface: operation values() |
54 PASS URLSearchParams interface: operation forEach(function,any) | 52 PASS URLSearchParams interface: operation forEach(function,any) |
55 Harness: the test ran to completion. | 53 Harness: the test ran to completion. |
56 | 54 |
OLD | NEW |