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

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

Issue 2749803003: Initialize document m_URL, m_baseURL to blankURL. (Closed)
Patch Set: Rebased. Created 3 years, 9 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/external/wpt/dom/interfaces-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/dom/interfaces-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/dom/interfaces-expected.txt
index a7c57b98978c2329bed304cf1f7e9024c97598b7..28c6683a444cfd4c261ee01d9206f631f6e3fdfc 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/dom/interfaces-expected.txt
+++ b/third_party/WebKit/LayoutTests/external/wpt/dom/interfaces-expected.txt
@@ -1,5 +1,5 @@
This is a testharness.js-based test.
-Found 1609 tests; 1424 PASS, 185 FAIL, 0 TIMEOUT, 0 NOTRUN.
+Found 1609 tests; 1427 PASS, 182 FAIL, 0 TIMEOUT, 0 NOTRUN.
PASS Event interface: existence and properties of interface object
PASS Event interface object length
PASS Event interface object name
@@ -24,7 +24,7 @@ PASS Event interface: attribute cancelable
PASS Event interface: operation preventDefault()
PASS Event interface: attribute defaultPrevented
PASS Event interface: attribute timeStamp
-FAIL Event interface: operation initEvent(DOMString,boolean,boolean) assert_equals: property has wrong .length expected 3 but got 0
+FAIL Event interface: operation initEvent(DOMString,boolean,boolean) assert_equals: property has wrong .length expected 1 but got 0
PASS Event must be primary interface of document.createEvent("Event")
PASS Stringification of document.createEvent("Event")
PASS Event interface: document.createEvent("Event") must inherit property "type" with the proper type (0)
@@ -75,7 +75,7 @@ PASS CustomEvent interface object name
FAIL CustomEvent interface: existence and properties of interface prototype object assert_equals: class string of CustomEvent.prototype expected "[object CustomEventPrototype]" but got "[object CustomEvent]"
PASS CustomEvent interface: existence and properties of interface prototype object's "constructor" property
PASS CustomEvent interface: attribute detail
-PASS CustomEvent interface: operation initCustomEvent(DOMString,boolean,boolean,any)
+FAIL CustomEvent interface: operation initCustomEvent(DOMString,boolean,boolean,any) assert_equals: property has wrong .length expected 1 but got 4
PASS CustomEvent must be primary interface of new CustomEvent("foo")
PASS Stringification of new CustomEvent("foo")
PASS CustomEvent interface: new CustomEvent("foo") must inherit property "detail" with the proper type (0)
@@ -411,7 +411,7 @@ PASS XMLDocument must be primary interface of xmlDoc
PASS Stringification of xmlDoc
PASS Document interface: xmlDoc must inherit property "implementation" with the proper type (0)
PASS Document interface: xmlDoc must inherit property "URL" with the proper type (1)
-FAIL Document interface: xmlDoc must inherit property "documentURI" with the proper type (2) assert_equals: expected "string" but got "object"
+PASS Document interface: xmlDoc must inherit property "documentURI" with the proper type (2)
PASS Document interface: xmlDoc must inherit property "origin" with the proper type (3)
PASS Document interface: xmlDoc must inherit property "compatMode" with the proper type (4)
PASS Document interface: xmlDoc must inherit property "characterSet" with the proper type (5)
@@ -482,7 +482,7 @@ PASS Node interface: xmlDoc must inherit property "DOCUMENT_FRAGMENT_NODE" with
PASS Node interface: xmlDoc must inherit property "NOTATION_NODE" with the proper type (11)
PASS Node interface: xmlDoc must inherit property "nodeType" with the proper type (12)
PASS Node interface: xmlDoc must inherit property "nodeName" with the proper type (13)
-FAIL Node interface: xmlDoc must inherit property "baseURI" with the proper type (14) assert_equals: expected "string" but got "object"
+PASS Node interface: xmlDoc must inherit property "baseURI" with the proper type (14)
PASS Node interface: xmlDoc must inherit property "isConnected" with the proper type (15)
PASS Node interface: xmlDoc must inherit property "ownerDocument" with the proper type (16)
PASS Node interface: xmlDoc must inherit property "getRootNode" with the proper type (17)
@@ -893,7 +893,7 @@ PASS Node interface: element must inherit property "DOCUMENT_FRAGMENT_NODE" with
PASS Node interface: element must inherit property "NOTATION_NODE" with the proper type (11)
PASS Node interface: element must inherit property "nodeType" with the proper type (12)
PASS Node interface: element must inherit property "nodeName" with the proper type (13)
-FAIL Node interface: element must inherit property "baseURI" with the proper type (14) assert_equals: expected "string" but got "object"
+PASS Node interface: element must inherit property "baseURI" with the proper type (14)
PASS Node interface: element must inherit property "isConnected" with the proper type (15)
PASS Node interface: element must inherit property "ownerDocument" with the proper type (16)
PASS Node interface: element must inherit property "getRootNode" with the proper type (17)
@@ -1213,7 +1213,7 @@ PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inher
PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "NOTATION_NODE" with the proper type (11)
PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "nodeType" with the proper type (12)
PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "nodeName" with the proper type (13)
-FAIL Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "baseURI" with the proper type (14) assert_equals: expected "string" but got "object"
+PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "baseURI" with the proper type (14)
PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "isConnected" with the proper type (15)
PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "ownerDocument" with the proper type (16)
PASS Node interface: xmlDoc.createProcessingInstruction("abc", "def") must inherit property "getRootNode" with the proper type (17)

Powered by Google App Engine
This is Rietveld 408576698