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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/historical-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 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: DOMUserData
11 PASS Historical DOM features must be removed: Entity
12 PASS Historical DOM features must be removed: EntityReference
13 PASS Historical DOM features must be removed: EventException
14 PASS Historical DOM features must be removed: NameList
15 PASS Historical DOM features must be removed: Notation
16 PASS Historical DOM features must be removed: TypeInfo
17 PASS Historical DOM features must be removed: UserDataHandler
18 PASS Historical DOM features must be removed: RangeException
19 FAIL Historical DOM features must be removed: createCDATASection assert_equals: expected (undefined) undefined but got (function) function "function createCDATA Section() { [native code] }"
20 PASS Historical DOM features must be removed: createEntityReference
21 FAIL Historical DOM features must be removed: xmlEncoding assert_equals: expecte d (undefined) undefined but got (object) null
22 FAIL Historical DOM features must be removed: xmlStandalone assert_equals: expec ted (undefined) undefined but got (boolean) false
23 FAIL Historical DOM features must be removed: xmlVersion assert_equals: expected (undefined) undefined but got (object) null
24 PASS Historical DOM features must be removed: strictErrorChecking
25 PASS Historical DOM features must be removed: domConfig
26 PASS Historical DOM features must be removed: normalizeDocument
27 PASS Historical DOM features must be removed: renameNode
28 FAIL Historical DOM features must be removed: defaultCharset assert_equals: expe cted (undefined) undefined but got (string) "ISO-8859-1"
29 PASS Historical DOM features must be removed: height
30 PASS Historical DOM features must be removed: width
31 PASS DOMImplementation.getFeature() must be nuked.
32 PASS Historical DOM features must be removed: schemaTypeInfo
33 PASS Historical DOM features must be removed: setIdAttribute
34 PASS Historical DOM features must be removed: setIdAttributeNS
35 PASS Historical DOM features must be removed: setIdAttributeNode
36 PASS DocumentType member must be nuked: entities
37 PASS DocumentType member must be nuked: notations
38 PASS DocumentType member must be nuked: internalSubset
39 PASS Text member must be nuked: isElementContentWhitespace
40 PASS Text member must be nuked: replaceWholeText
41 PASS Node member must be nuked: hasAttributes
42 PASS Node member must be nuked: attributes
43 PASS Node member must be nuked: namespaceURI
44 PASS Node member must be nuked: prefix
45 PASS Node member must be nuked: localName
46 PASS Node member must be nuked: isSupported
47 PASS Node member must be nuked: getFeature
48 PASS Node member must be nuked: getUserData
49 PASS Node member must be nuked: setUserData
50 PASS Window member must be nuked: attachEvent
51 Harness: the test ran to completion.
52
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698