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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/historical-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/historical-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/historical-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..91bb4b47680b205fbaa7e47c37654760507c8a8e
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/historical-expected.txt
@@ -0,0 +1,52 @@
+This is a testharness.js-based test.
+FAIL Historical DOM features must be removed: CDATASection assert_equals: expected (undefined) undefined but got (function) function "function CDATASection() { [native code] }"
+PASS Historical DOM features must be removed: DOMConfiguration
+FAIL Historical DOM features must be removed: DOMError assert_equals: expected (undefined) undefined but got (function) function "function DOMError() { [native code] }"
+PASS Historical DOM features must be removed: DOMErrorHandler
+PASS Historical DOM features must be removed: DOMImplementationList
+PASS Historical DOM features must be removed: DOMImplementationSource
+PASS Historical DOM features must be removed: DOMLocator
+PASS Historical DOM features must be removed: DOMObject
+PASS Historical DOM features must be removed: DOMUserData
+PASS Historical DOM features must be removed: Entity
+PASS Historical DOM features must be removed: EntityReference
+PASS Historical DOM features must be removed: EventException
+PASS Historical DOM features must be removed: NameList
+PASS Historical DOM features must be removed: Notation
+PASS Historical DOM features must be removed: TypeInfo
+PASS Historical DOM features must be removed: UserDataHandler
+PASS Historical DOM features must be removed: RangeException
+FAIL Historical DOM features must be removed: createCDATASection assert_equals: expected (undefined) undefined but got (function) function "function createCDATASection() { [native code] }"
+PASS Historical DOM features must be removed: createEntityReference
+FAIL Historical DOM features must be removed: xmlEncoding assert_equals: expected (undefined) undefined but got (object) null
+FAIL Historical DOM features must be removed: xmlStandalone assert_equals: expected (undefined) undefined but got (boolean) false
+FAIL Historical DOM features must be removed: xmlVersion assert_equals: expected (undefined) undefined but got (object) null
+PASS Historical DOM features must be removed: strictErrorChecking
+PASS Historical DOM features must be removed: domConfig
+PASS Historical DOM features must be removed: normalizeDocument
+PASS Historical DOM features must be removed: renameNode
+FAIL Historical DOM features must be removed: defaultCharset assert_equals: expected (undefined) undefined but got (string) "ISO-8859-1"
+PASS Historical DOM features must be removed: height
+PASS Historical DOM features must be removed: width
+PASS DOMImplementation.getFeature() must be nuked.
+PASS Historical DOM features must be removed: schemaTypeInfo
+PASS Historical DOM features must be removed: setIdAttribute
+PASS Historical DOM features must be removed: setIdAttributeNS
+PASS Historical DOM features must be removed: setIdAttributeNode
+PASS DocumentType member must be nuked: entities
+PASS DocumentType member must be nuked: notations
+PASS DocumentType member must be nuked: internalSubset
+PASS Text member must be nuked: isElementContentWhitespace
+PASS Text member must be nuked: replaceWholeText
+PASS Node member must be nuked: hasAttributes
+PASS Node member must be nuked: attributes
+PASS Node member must be nuked: namespaceURI
+PASS Node member must be nuked: prefix
+PASS Node member must be nuked: localName
+PASS Node member must be nuked: isSupported
+PASS Node member must be nuked: getFeature
+PASS Node member must be nuked: getUserData
+PASS Node member must be nuked: setUserData
+PASS Window member must be nuked: attachEvent
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698