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

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

Issue 1629403003: Merge DOMSettableTokensList into DOMTokensList (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed non-oilpan inheritance Created 4 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 CONSOLE WARNING: 'Document.defaultCharset' is deprecated and will be removed in M50, around April 2016. See https://www.chromestatus.com/features/62171245780664 32 for more details. 1 CONSOLE WARNING: 'Document.defaultCharset' is deprecated and will be removed in M50, around April 2016. See https://www.chromestatus.com/features/62171245780664 32 for more details.
2 This is a testharness.js-based test. 2 This is a testharness.js-based test.
3 FAIL Historical DOM features must be removed: CDATASection assert_equals: expect ed (undefined) undefined but got (function) function "function CDATASection() { [native code] }" 3 FAIL Historical DOM features must be removed: CDATASection assert_equals: expect ed (undefined) undefined but got (function) function "function CDATASection() { [native code] }"
4 PASS Historical DOM features must be removed: DOMConfiguration 4 PASS Historical DOM features must be removed: DOMConfiguration
5 FAIL Historical DOM features must be removed: DOMError assert_equals: expected ( undefined) undefined but got (function) function "function DOMError() { [native code] }" 5 FAIL Historical DOM features must be removed: DOMError assert_equals: expected ( undefined) undefined but got (function) function "function DOMError() { [native code] }"
6 PASS Historical DOM features must be removed: DOMErrorHandler 6 PASS Historical DOM features must be removed: DOMErrorHandler
7 PASS Historical DOM features must be removed: DOMImplementationList 7 PASS Historical DOM features must be removed: DOMImplementationList
8 PASS Historical DOM features must be removed: DOMImplementationSource 8 PASS Historical DOM features must be removed: DOMImplementationSource
9 PASS Historical DOM features must be removed: DOMLocator 9 PASS Historical DOM features must be removed: DOMLocator
10 PASS Historical DOM features must be removed: DOMObject 10 PASS Historical DOM features must be removed: DOMObject
11 FAIL Historical DOM features must be removed: DOMSettableTokenList assert_equals : expected (undefined) undefined but got (function) function "function DOMSettab leTokenList() { [native code] }" 11 PASS Historical DOM features must be removed: DOMSettableTokenList
12 PASS Historical DOM features must be removed: DOMUserData 12 PASS Historical DOM features must be removed: DOMUserData
13 PASS Historical DOM features must be removed: Entity 13 PASS Historical DOM features must be removed: Entity
14 PASS Historical DOM features must be removed: EntityReference 14 PASS Historical DOM features must be removed: EntityReference
15 PASS Historical DOM features must be removed: EventException 15 PASS Historical DOM features must be removed: EventException
16 PASS Historical DOM features must be removed: NameList 16 PASS Historical DOM features must be removed: NameList
17 PASS Historical DOM features must be removed: Notation 17 PASS Historical DOM features must be removed: Notation
18 PASS Historical DOM features must be removed: TypeInfo 18 PASS Historical DOM features must be removed: TypeInfo
19 PASS Historical DOM features must be removed: UserDataHandler 19 PASS Historical DOM features must be removed: UserDataHandler
20 PASS Historical DOM features must be removed: RangeException 20 PASS Historical DOM features must be removed: RangeException
21 FAIL Historical DOM features must be removed: createCDATASection assert_equals: expected (undefined) undefined but got (function) function "function createCDATA Section() { [native code] }" 21 FAIL Historical DOM features must be removed: createCDATASection assert_equals: expected (undefined) undefined but got (function) function "function createCDATA Section() { [native code] }"
(...skipping 23 matching lines...) Expand all
45 PASS Node member must be nuked: namespaceURI 45 PASS Node member must be nuked: namespaceURI
46 PASS Node member must be nuked: prefix 46 PASS Node member must be nuked: prefix
47 PASS Node member must be nuked: localName 47 PASS Node member must be nuked: localName
48 PASS Node member must be nuked: isSupported 48 PASS Node member must be nuked: isSupported
49 PASS Node member must be nuked: getFeature 49 PASS Node member must be nuked: getFeature
50 PASS Node member must be nuked: getUserData 50 PASS Node member must be nuked: getUserData
51 PASS Node member must be nuked: setUserData 51 PASS Node member must be nuked: setUserData
52 PASS Window member must be nuked: attachEvent 52 PASS Window member must be nuked: attachEvent
53 Harness: the test ran to completion. 53 Harness: the test ran to completion.
54 54
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698