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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Node-childNodes-expected.txt

Issue 2341643003: binding: Indexed properties should accompany with %ArrayProto_values%. (Closed)
Patch Set: Addressed a review comment. Created 4 years, 3 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 PASS Caching of Node.childNodes 2 PASS Caching of Node.childNodes
3 PASS Node.childNodes on an Element. 3 PASS Node.childNodes on an Element.
4 PASS Node.childNodes on a DocumentFragment. 4 PASS Node.childNodes on a DocumentFragment.
5 FAIL Node.childNodes on a Document. Illegal constructor 5 FAIL Node.childNodes on a Document. Illegal constructor
6 FAIL Iterator behavior of Node.childNodes assert_equals: expected function "func tion values() { [native code] }" but got function "function () { [native code] } " 6 FAIL Iterator behavior of Node.childNodes assert_equals: expected function "func tion keys() { [native code] }" but got function "function keys() { [native code] }"
7 Harness: the test ran to completion. 7 Harness: the test ran to completion.
8 8
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698