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

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

Issue 1988983002: Move the dom directory from web-platform-tests/ to wpt/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
(Empty)
1 This is a testharness.js-based test.
2 FAIL Historical DOM features must be removed: CDATASection assert_equals: expect ed (undefined) undefined but got (function) function "function CDATASection() { [native code] }"
3 PASS Historical DOM features must be removed: DOMConfiguration
4 FAIL Historical DOM features must be removed: DOMError assert_equals: expected ( undefined) undefined but got (function) function "function DOMError() { [native code] }"
5 PASS Historical DOM features must be removed: DOMErrorHandler
6 PASS Historical DOM features must be removed: DOMImplementationList
7 PASS Historical DOM features must be removed: DOMImplementationSource
8 PASS Historical DOM features must be removed: DOMLocator
9 PASS Historical DOM features must be removed: DOMObject
10 PASS Historical DOM features must be removed: DOMSettableTokenList
11 PASS Historical DOM features must be removed: DOMUserData
12 PASS Historical DOM features must be removed: Entity
13 PASS Historical DOM features must be removed: EntityReference
14 PASS Historical DOM features must be removed: EventException
15 PASS Historical DOM features must be removed: NameList
16 PASS Historical DOM features must be removed: Notation
17 PASS Historical DOM features must be removed: TypeInfo
18 PASS Historical DOM features must be removed: UserDataHandler
19 PASS Historical DOM features must be removed: RangeException
20 FAIL Historical DOM features must be removed: createCDATASection assert_equals: expected (undefined) undefined but got (function) function "function createCDATA Section() { [native code] }"
21 PASS Historical DOM features must be removed: createEntityReference
22 FAIL Historical DOM features must be removed: xmlEncoding assert_equals: expecte d (undefined) undefined but got (object) null
23 FAIL Historical DOM features must be removed: xmlStandalone assert_equals: expec ted (undefined) undefined but got (boolean) false
24 FAIL Historical DOM features must be removed: xmlVersion assert_equals: expected (undefined) undefined but got (object) null
25 PASS Historical DOM features must be removed: strictErrorChecking
26 PASS Historical DOM features must be removed: domConfig
27 PASS Historical DOM features must be removed: normalizeDocument
28 PASS Historical DOM features must be removed: renameNode
29 PASS Historical DOM features must be removed: defaultCharset
30 PASS Historical DOM features must be removed: height
31 PASS Historical DOM features must be removed: width
32 PASS DOMImplementation.getFeature() must be nuked.
33 PASS Historical DOM features must be removed: schemaTypeInfo
34 PASS Historical DOM features must be removed: setIdAttribute
35 PASS Historical DOM features must be removed: setIdAttributeNS
36 PASS Historical DOM features must be removed: setIdAttributeNode
37 PASS DocumentType member must be nuked: entities
38 PASS DocumentType member must be nuked: notations
39 PASS DocumentType member must be nuked: internalSubset
40 PASS Text member must be nuked: isElementContentWhitespace
41 PASS Text member must be nuked: replaceWholeText
42 PASS Node member must be nuked: hasAttributes
43 PASS Node member must be nuked: attributes
44 PASS Node member must be nuked: namespaceURI
45 PASS Node member must be nuked: prefix
46 PASS Node member must be nuked: localName
47 PASS Node member must be nuked: isSupported
48 PASS Node member must be nuked: getFeature
49 PASS Node member must be nuked: getUserData
50 PASS Node member must be nuked: setUserData
51 PASS Window member must be nuked: attachEvent
52 Harness: the test ran to completion.
53
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698