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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/Element-getElementsByTagName-expected.txt

Issue 1529523002: Import dom/ from web-platform-tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tweak W3CImportExpectations Created 5 years 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 Interfaces
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"
5 FAIL Shouldn't be able to set unsigned properties on a HTMLCollection (strict mo de) assert_throws: function "function () {
6 "use strict";
7 l[5] = "foopy"
8 }" did not throw
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)
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
13 PASS Element in non-HTML namespace, no prefix, lowercase name
14 PASS Element in non-HTML namespace, no prefix, uppercase name
15 PASS Element in non-HTML namespace, prefix, lowercase name
16 PASS Element in non-HTML namespace, prefix, uppercase name
17 FAIL Element in HTML namespace, no prefix, non-ascii characters in name assert_e quals: expected "aÇ" but got "aç"
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
20 PASS Element in non-HTML namespace, prefix, non-ascii characters in name
21 PASS getElementsByTagName('*')
22 PASS Matching the context object
23 Harness: the test ran to completion.
24
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698