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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/html/infrastructure/common-dom-interfaces/collections/htmlallcollection-expected.txt

Issue 2696083004: Do not commit: Remove testharness.js test results that are all-PASS, ignoring console output (Closed)
Patch Set: Created 3 years, 10 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
(Empty)
1 This is a testharness.js-based test.
2 PASS document.all is an HTMLAllCollection
3 PASS length attribute
4 PASS indexed property getter
5 PASS indexed property getter out of range
6 PASS named property getter
7 PASS named property getter with dot syntax
8 PASS named property getter with invalid name
9 PASS named property getter returning collection
10 PASS named property getter with "array index property name"
11 PASS named property getter with invalid "array index property name"
12 PASS namedItem method
13 PASS namedItem method with invalid name
14 PASS namedItem method returning collection
15 PASS namedItem method with "array index property name"
16 PASS namedItem method with invalid "array index property name"
17 PASS namedItem method with no argument
18 PASS legacy caller
19 FAIL legacy caller with invalid name assert_equals: expected (object) null but g ot (undefined) undefined
20 PASS legacy caller returning collection
21 PASS legacy caller with "array index property name"
22 PASS legacy caller with "array index property name" as number
23 FAIL legacy caller with invalid "array index property name" assert_equals: expec ted (object) null but got (undefined) undefined
24 FAIL legacy caller with no argument assert_equals: expected (object) null but go t (undefined) undefined
25 PASS item method
26 FAIL item method with invalid name assert_equals: expected (object) null but got (undefined) undefined
27 PASS item method returning collection
28 PASS item method with "array index property name"
29 PASS item method with "array index property name" as number
30 FAIL item method with invalid "array index property name" assert_equals: expecte d (object) null but got (undefined) undefined
31 FAIL item method with no argument assert_equals: expected (object) null but got (undefined) undefined
32 FAIL collections are new live HTMLCollection instances assert_true: expected tru e got false
33 Harness: the test ran to completion.
34
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698