| Index: third_party/WebKit/LayoutTests/external/wpt/url/interfaces-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/url/interfaces-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/url/interfaces-expected.txt
|
| index 9df3881c07f595eca441cc5f002b5a4eab71ff99..49e19147657f34d438f90529410499c530de5a03 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/url/interfaces-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/url/interfaces-expected.txt
|
| @@ -1,5 +1,5 @@
|
| This is a testharness.js-based test.
|
| -Found 50 tests; 46 PASS, 4 FAIL, 0 TIMEOUT, 0 NOTRUN.
|
| +Found 50 tests; 48 PASS, 2 FAIL, 0 TIMEOUT, 0 NOTRUN.
|
| PASS URL interface: existence and properties of interface object
|
| PASS URL interface object length
|
| PASS URL interface object name
|
| @@ -43,8 +43,8 @@ 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 ""
|
| -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 () { [native code] }"
|
| +PASS Testing Symbol.iterator property of iterable interface URLSearchParams
|
| +PASS Testing pair iterable interface URLSearchParams
|
| PASS URLSearchParams interface: stringifier
|
| PASS URLSearchParams interface: operation entries()
|
| PASS URLSearchParams interface: operation keys()
|
|
|