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

Side by Side 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 unified diff | Download patch
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 Found 50 tests; 46 PASS, 4 FAIL, 0 TIMEOUT, 0 NOTRUN. 2 Found 50 tests; 48 PASS, 2 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
(...skipping 23 matching lines...) Expand all
36 PASS URLSearchParams interface object length 36 PASS URLSearchParams interface object length
37 PASS URLSearchParams interface object name 37 PASS URLSearchParams interface object name
38 PASS URLSearchParams interface: existence and properties of interface prototype object 38 PASS URLSearchParams interface: existence and properties of interface prototype object
39 PASS URLSearchParams interface: existence and properties of interface prototype object's "constructor" property 39 PASS URLSearchParams interface: existence and properties of interface prototype object's "constructor" property
40 PASS URLSearchParams interface: operation append(USVString,USVString) 40 PASS URLSearchParams interface: operation append(USVString,USVString)
41 PASS URLSearchParams interface: operation delete(USVString) 41 PASS URLSearchParams interface: operation delete(USVString)
42 PASS URLSearchParams interface: operation get(USVString) 42 PASS URLSearchParams interface: operation get(USVString)
43 PASS URLSearchParams interface: operation getAll(USVString) 43 PASS URLSearchParams interface: operation getAll(USVString)
44 PASS URLSearchParams interface: operation has(USVString) 44 PASS URLSearchParams interface: operation has(USVString)
45 PASS URLSearchParams interface: operation set(USVString,USVString) 45 PASS URLSearchParams interface: operation set(USVString,USVString)
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 "" 46 PASS Testing Symbol.iterator property of iterable interface URLSearchParams
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] }" 47 PASS Testing pair iterable interface URLSearchParams
48 PASS URLSearchParams interface: stringifier 48 PASS URLSearchParams interface: stringifier
49 PASS URLSearchParams interface: operation entries() 49 PASS URLSearchParams interface: operation entries()
50 PASS URLSearchParams interface: operation keys() 50 PASS URLSearchParams interface: operation keys()
51 PASS URLSearchParams interface: operation values() 51 PASS URLSearchParams interface: operation values()
52 PASS URLSearchParams interface: operation forEach(function,any) 52 PASS URLSearchParams interface: operation forEach(function,any)
53 Harness: the test ran to completion. 53 Harness: the test ran to completion.
54 54
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698