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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/dom/interfaces-expected.txt

Issue 2273143002: Update web-platform-tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update baseline Created 4 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/imported/wpt/dom/interfaces-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/interfaces-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/dom/interfaces-expected.txt
index ed0f1b0a75056e2d58517e4ca21237e31eb0d989..3ac45adc120ca82846f04aeb2c01fee7c8d9403c 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/dom/interfaces-expected.txt
+++ b/third_party/WebKit/LayoutTests/imported/wpt/dom/interfaces-expected.txt
@@ -942,19 +942,16 @@ PASS NamedNodeMap interface: operation setNamedItem(Attr)
PASS NamedNodeMap interface: operation setNamedItemNS(Attr)
PASS NamedNodeMap interface: operation removeNamedItem(DOMString)
PASS NamedNodeMap interface: operation removeNamedItemNS(DOMString,DOMString)
-FAIL Attr interface: existence and properties of interface object assert_equals: prototype of self's property "Attr" is not Function.prototype expected function "function () {}" but got function "function Node() { [native code] }"
+PASS Attr interface: existence and properties of interface object
PASS Attr interface object length
PASS Attr interface object name
-FAIL Attr interface: existence and properties of interface prototype object assert_equals: prototype of Attr.prototype is not Object.prototype expected object "[object Object]" but got object "[object Node]"
+FAIL Attr interface: existence and properties of interface prototype object assert_equals: class string of Attr.prototype expected "[object AttrPrototype]" but got "[object Attr]"
PASS Attr interface: existence and properties of interface prototype object's "constructor" property
PASS Attr interface: attribute namespaceURI
PASS Attr interface: attribute prefix
PASS Attr interface: attribute localName
PASS Attr interface: attribute name
-FAIL Attr interface: attribute nodeName assert_own_property: expected property "nodeName" missing
PASS Attr interface: attribute value
-PASS Attr interface: attribute nodeValue
-PASS Attr interface: attribute textContent
PASS Attr interface: attribute ownerElement
PASS Attr interface: attribute specified
PASS Attr must be primary interface of document.querySelector("[id]").attributes[0]
@@ -963,12 +960,73 @@ PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit p
PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit property "prefix" with the proper type (1)
PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit property "localName" with the proper type (2)
PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit property "name" with the proper type (3)
-PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit property "nodeName" with the proper type (4)
-PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit property "value" with the proper type (5)
-PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit property "nodeValue" with the proper type (6)
-PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit property "textContent" with the proper type (7)
-PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit property "ownerElement" with the proper type (8)
-PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit property "specified" with the proper type (9)
+PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit property "value" with the proper type (4)
+PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit property "ownerElement" with the proper type (5)
+PASS Attr interface: document.querySelector("[id]").attributes[0] must inherit property "specified" with the proper type (6)
+PASS Node interface: document.querySelector("[id]").attributes[0] must inherit property "ELEMENT_NODE" with the proper type (0)
+PASS Node interface: document.querySelector("[id]").attributes[0] must inherit property "ATTRIBUTE_NODE" with the proper type (1)
+PASS Node interface: document.querySelector("[id]").attributes[0] must inherit property "TEXT_NODE" with the proper type (2)
+PASS Node interface: document.querySelector("[id]").attributes[0] must inherit property "CDATA_SECTION_NODE" with the proper type (3)
+PASS Node interface: document.querySelector("[id]").attributes[0] must inherit property "ENTITY_REFERENCE_NODE" with the proper type (4)
+PASS Node interface: document.querySelector("[id]").attributes[0] must inherit property "ENTITY_NODE" with the proper type (5)
+PASS Node interface: document.querySelector("[id]").attributes[0] must inherit property "PROCESSING_INSTRUCTION_NODE" with the proper type (6)
+PASS Node interface: document.querySelector("[id]").attributes[0] must inherit property "COMMENT_NODE" with the proper type (7)
+PASS Node interface: document.querySelector("[id]").attributes[0] must inherit property "DOCUMENT_NODE" with the proper type (8)
+PASS Node interface: document.querySelector("[id]").attributes[0] must inherit property "DOCUMENT_TYPE_NODE" with the proper type (9)
+PASS Node interface: document.querySelector("[id]").attributes[0] must inherit property "DOCUMENT_FRAGMENT_NODE" with the proper type (10)
+PASS Node interface: document.querySelector("[id]").attributes[0] must inherit property "NOTATION_NODE" with the proper type (11)
+PASS Node interface: document.querySelector("[id]").attributes[0] must inherit property "nodeType" with the proper type (12)
+PASS Node interface: document.querySelector("[id]").attributes[0] must inherit property "nodeName" with the proper type (13)
+PASS Node interface: document.querySelector("[id]").attributes[0] must inherit property "baseURI" with the proper type (14)
+PASS Node interface: document.querySelector("[id]").attributes[0] must inherit property "isConnected" with the proper type (15)
+PASS Node interface: document.querySelector("[id]").attributes[0] must inherit property "ownerDocument" with the proper type (16)
+PASS Node interface: document.querySelector("[id]").attributes[0] must inherit property "parentNode" with the proper type (17)
+PASS Node interface: document.querySelector("[id]").attributes[0] must inherit property "parentElement" with the proper type (18)
+PASS Node interface: document.querySelector("[id]").attributes[0] must inherit property "hasChildNodes" with the proper type (19)
+PASS Node interface: document.querySelector("[id]").attributes[0] must inherit property "childNodes" with the proper type (20)
+PASS Node interface: document.querySelector("[id]").attributes[0] must inherit property "firstChild" with the proper type (21)
+PASS Node interface: document.querySelector("[id]").attributes[0] must inherit property "lastChild" with the proper type (22)
+PASS Node interface: document.querySelector("[id]").attributes[0] must inherit property "previousSibling" with the proper type (23)
+PASS Node interface: document.querySelector("[id]").attributes[0] must inherit property "nextSibling" with the proper type (24)
+PASS Node interface: document.querySelector("[id]").attributes[0] must inherit property "nodeValue" with the proper type (25)
+PASS Node interface: document.querySelector("[id]").attributes[0] must inherit property "textContent" with the proper type (26)
+PASS Node interface: document.querySelector("[id]").attributes[0] must inherit property "normalize" with the proper type (27)
+PASS Node interface: document.querySelector("[id]").attributes[0] must inherit property "cloneNode" with the proper type (28)
+PASS Node interface: calling cloneNode(boolean) on document.querySelector("[id]").attributes[0] with too few arguments must throw TypeError
+PASS Node interface: document.querySelector("[id]").attributes[0] must inherit property "isEqualNode" with the proper type (29)
+PASS Node interface: calling isEqualNode(Node) on document.querySelector("[id]").attributes[0] with too few arguments must throw TypeError
+PASS Node interface: document.querySelector("[id]").attributes[0] must inherit property "isSameNode" with the proper type (30)
+PASS Node interface: calling isSameNode(Node) on document.querySelector("[id]").attributes[0] with too few arguments must throw TypeError
+PASS Node interface: document.querySelector("[id]").attributes[0] must inherit property "DOCUMENT_POSITION_DISCONNECTED" with the proper type (31)
+PASS Node interface: document.querySelector("[id]").attributes[0] must inherit property "DOCUMENT_POSITION_PRECEDING" with the proper type (32)
+PASS Node interface: document.querySelector("[id]").attributes[0] must inherit property "DOCUMENT_POSITION_FOLLOWING" with the proper type (33)
+PASS Node interface: document.querySelector("[id]").attributes[0] must inherit property "DOCUMENT_POSITION_CONTAINS" with the proper type (34)
+PASS Node interface: document.querySelector("[id]").attributes[0] must inherit property "DOCUMENT_POSITION_CONTAINED_BY" with the proper type (35)
+PASS Node interface: document.querySelector("[id]").attributes[0] must inherit property "DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC" with the proper type (36)
+PASS Node interface: document.querySelector("[id]").attributes[0] must inherit property "compareDocumentPosition" with the proper type (37)
+PASS Node interface: calling compareDocumentPosition(Node) on document.querySelector("[id]").attributes[0] with too few arguments must throw TypeError
+PASS Node interface: document.querySelector("[id]").attributes[0] must inherit property "contains" with the proper type (38)
+PASS Node interface: calling contains(Node) on document.querySelector("[id]").attributes[0] with too few arguments must throw TypeError
+PASS Node interface: document.querySelector("[id]").attributes[0] must inherit property "lookupPrefix" with the proper type (39)
+PASS Node interface: calling lookupPrefix(DOMString) on document.querySelector("[id]").attributes[0] with too few arguments must throw TypeError
+PASS Node interface: document.querySelector("[id]").attributes[0] must inherit property "lookupNamespaceURI" with the proper type (40)
+PASS Node interface: calling lookupNamespaceURI(DOMString) on document.querySelector("[id]").attributes[0] with too few arguments must throw TypeError
+PASS Node interface: document.querySelector("[id]").attributes[0] must inherit property "isDefaultNamespace" with the proper type (41)
+PASS Node interface: calling isDefaultNamespace(DOMString) on document.querySelector("[id]").attributes[0] with too few arguments must throw TypeError
+PASS Node interface: document.querySelector("[id]").attributes[0] must inherit property "insertBefore" with the proper type (42)
+PASS Node interface: calling insertBefore(Node,Node) on document.querySelector("[id]").attributes[0] with too few arguments must throw TypeError
+PASS Node interface: document.querySelector("[id]").attributes[0] must inherit property "appendChild" with the proper type (43)
+PASS Node interface: calling appendChild(Node) on document.querySelector("[id]").attributes[0] with too few arguments must throw TypeError
+PASS Node interface: document.querySelector("[id]").attributes[0] must inherit property "replaceChild" with the proper type (44)
+PASS Node interface: calling replaceChild(Node,Node) on document.querySelector("[id]").attributes[0] with too few arguments must throw TypeError
+PASS Node interface: document.querySelector("[id]").attributes[0] must inherit property "removeChild" with the proper type (45)
+PASS Node interface: calling removeChild(Node) on document.querySelector("[id]").attributes[0] with too few arguments must throw TypeError
+PASS EventTarget interface: document.querySelector("[id]").attributes[0] must inherit property "addEventListener" with the proper type (0)
+PASS EventTarget interface: calling addEventListener(DOMString,EventListener,[object Object],[object Object]) on document.querySelector("[id]").attributes[0] with too few arguments must throw TypeError
+PASS EventTarget interface: document.querySelector("[id]").attributes[0] must inherit property "removeEventListener" with the proper type (1)
+PASS EventTarget interface: calling removeEventListener(DOMString,EventListener,[object Object],[object Object]) on document.querySelector("[id]").attributes[0] with too few arguments must throw TypeError
+PASS EventTarget interface: document.querySelector("[id]").attributes[0] must inherit property "dispatchEvent" with the proper type (2)
+PASS EventTarget interface: calling dispatchEvent(Event) on document.querySelector("[id]").attributes[0] with too few arguments must throw TypeError
PASS CharacterData interface: existence and properties of interface object
PASS CharacterData interface object length
PASS CharacterData interface object name

Powered by Google App Engine
This is Rietveld 408576698