Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(575)

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/url/interfaces-expected.txt

Issue 2891063003: bindings: Use an alias for @@iterator in certain declarations. (Closed)
Patch Set: Fix failing tests, add SetlikeIterable Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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()

Powered by Google App Engine
This is Rietveld 408576698