| 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 2e905df7889a1827518e1ceab14e4204fcb82f16..4a1dad92335d59134ce2e400a1f3998393886539 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; 1429 PASS, 180 FAIL, 0 TIMEOUT, 0 NOTRUN.
|
| +Found 1609 tests; 1432 PASS, 177 FAIL, 0 TIMEOUT, 0 NOTRUN.
|
| PASS Event interface: existence and properties of interface object
|
| PASS Event interface object length
|
| PASS Event interface object name
|
| @@ -476,7 +476,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)
|
| @@ -887,7 +887,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)
|
| @@ -1207,7 +1207,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)
|
|
|