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

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

Issue 2658793002: Report w3c test result count for WPT (Closed)
Patch Set: update 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
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 Found 31 tests. 24 PASS 7 FAIL 0 TIMEOUT 0 NOTRUN
2 PASS document.all is an HTMLAllCollection 3 PASS document.all is an HTMLAllCollection
3 PASS length attribute 4 PASS length attribute
4 PASS indexed property getter 5 PASS indexed property getter
5 PASS indexed property getter out of range 6 PASS indexed property getter out of range
6 PASS named property getter 7 PASS named property getter
7 PASS named property getter with dot syntax 8 PASS named property getter with dot syntax
8 PASS named property getter with invalid name 9 PASS named property getter with invalid name
9 PASS named property getter returning collection 10 PASS named property getter returning collection
10 PASS named property getter with "array index property name" 11 PASS named property getter with "array index property name"
11 PASS named property getter with invalid "array index property name" 12 PASS named property getter with invalid "array index property name"
(...skipping 13 matching lines...) Expand all
25 PASS item method 26 PASS item method
26 FAIL item method with invalid name assert_equals: expected (object) null but got (undefined) undefined 27 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 returning collection
28 PASS item method with "array index property name" 29 PASS item method with "array index property name"
29 PASS item method with "array index property name" as number 30 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 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 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 FAIL collections are new live HTMLCollection instances assert_true: expected tru e got false
33 Harness: the test ran to completion. 34 Harness: the test ran to completion.
34 35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698