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

Side by Side Diff: third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Element-getElementsByTagName-expected.txt

Issue 2868823002: getElementsByTagName() should take a qualifiedName in parameter (Closed)
Patch Set: Rebased And Align with review comments 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 PASS Interfaces 2 PASS Interfaces
3 PASS Caching is allowed 3 PASS Caching is allowed
4 FAIL Shouldn't be able to set unsigned properties on a HTMLCollection (non-stric t mode) assert_equals: expected (undefined) undefined but got (string) "foopy" 4 FAIL Shouldn't be able to set unsigned properties on a HTMLCollection (non-stric t mode) assert_equals: expected (undefined) undefined but got (string) "foopy"
5 FAIL Shouldn't be able to set unsigned properties on a HTMLCollection (strict mo de) assert_throws: function "function () { 5 FAIL Shouldn't be able to set unsigned properties on a HTMLCollection (strict mo de) assert_throws: function "function () {
6 "use strict"; 6 "use strict";
7 l[5] = "foopy" 7 l[5] = "foopy"
8 }" did not throw 8 }" did not throw
9 PASS Should be able to set expando shadowing a proto prop (item) 9 PASS Should be able to set expando shadowing a proto prop (item)
10 PASS Should be able to set expando shadowing a proto prop (namedItem) 10 PASS Should be able to set expando shadowing a proto prop (namedItem)
11 FAIL hasOwnProperty, getOwnPropertyDescriptor, getOwnPropertyNames assert_true: desc.enumerable expected true got false 11 FAIL hasOwnProperty, getOwnPropertyDescriptor, getOwnPropertyNames assert_true: desc.enumerable expected true got false
12 PASS HTML element with uppercase tagName never matches in HTML Documents 12 PASS HTML element with uppercase tagName never matches in HTML Documents
13 PASS Element in non-HTML namespace, no prefix, lowercase name 13 PASS Element in non-HTML namespace, no prefix, lowercase name
14 PASS Element in non-HTML namespace, no prefix, uppercase name 14 PASS Element in non-HTML namespace, no prefix, uppercase name
15 FAIL Element in non-HTML namespace, prefix, lowercase name assert_array_equals: lengths differ, expected 0 got 1 15 PASS Element in non-HTML namespace, prefix, lowercase name
16 FAIL Element in non-HTML namespace, prefix, uppercase name assert_array_equals: lengths differ, expected 0 got 1 16 PASS Element in non-HTML namespace, prefix, uppercase name
17 PASS Element in HTML namespace, no prefix, non-ascii characters in name 17 PASS Element in HTML namespace, no prefix, non-ascii characters in name
18 PASS Element in non-HTML namespace, non-ascii characters in name 18 PASS Element in non-HTML namespace, non-ascii characters in name
19 FAIL Element in HTML namespace, prefix, non-ascii characters in name assert_arra y_equals: All uppercase input lengths differ, expected 1 got 0 19 PASS Element in HTML namespace, prefix, non-ascii characters in name
20 FAIL Element in non-HTML namespace, prefix, non-ascii characters in name assert_ array_equals: All uppercase input lengths differ, expected 1 got 0 20 PASS Element in non-HTML namespace, prefix, non-ascii characters in name
21 PASS getElementsByTagName('*') 21 PASS getElementsByTagName('*')
22 PASS Matching the context object 22 PASS Matching the context object
23 Harness: the test ran to completion. 23 Harness: the test ran to completion.
24 24
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698