Pass | DOMImplementation.createDocumentType(qualifiedName, publicId, systemId) | Asserts runNo asserts ran |
Pass | createDocumentType("", "", "") should throw INVALID_CHARACTER_ERR | Asserts runPass | assert_throws_dom("INVALID_CHARACTER_ERR", function "function() { document.implementation.createDocumentType(qualifiedName, publicId, systemId) }")
at Test.<anonymous> ( /dom/nodes/DOMImplementation-createDocumentType.html:112:9) |
|
Pass | createDocumentType("test:root", "1234", "") should work | Asserts runPass | assert_equals("test:root", "test:root", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("test:root", "test:root", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("1234", "1234", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("", "", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) | Pass | assert_equals("test:root", "test:root", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("test:root", "test:root", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("1234", "1234", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("", "", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) |
|
Pass | createDocumentType("test:root", "1234", "test") should work | Asserts runPass | assert_equals("test:root", "test:root", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("test:root", "test:root", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("1234", "1234", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("test", "test", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) | Pass | assert_equals("test:root", "test:root", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("test:root", "test:root", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("1234", "1234", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("test", "test", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) |
|
Pass | createDocumentType("test:root", "test", "") should work | Asserts runPass | assert_equals("test:root", "test:root", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("test:root", "test:root", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("test", "test", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("", "", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) | Pass | assert_equals("test:root", "test:root", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("test:root", "test:root", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("test", "test", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("", "", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) |
|
Pass | createDocumentType("test:root", "test", "test") should work | Asserts runPass | assert_equals("test:root", "test:root", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("test:root", "test:root", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("test", "test", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("test", "test", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) | Pass | assert_equals("test:root", "test:root", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("test:root", "test:root", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("test", "test", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("test", "test", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) |
|
Pass | createDocumentType("_:_", "", "") should work | Asserts runPass | assert_equals("_:_", "_:_", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("_:_", "_:_", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("", "", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("", "", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) | Pass | assert_equals("_:_", "_:_", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("_:_", "_:_", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("", "", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("", "", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) |
|
Pass | createDocumentType("_:h0", "", "") should work | Asserts runPass | assert_equals("_:h0", "_:h0", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("_:h0", "_:h0", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("", "", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("", "", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) | Pass | assert_equals("_:h0", "_:h0", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("_:h0", "_:h0", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("", "", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("", "", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) |
|
Pass | createDocumentType("_:test", "", "") should work | Asserts runPass | assert_equals("_:test", "_:test", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("_:test", "_:test", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("", "", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("", "", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) | Pass | assert_equals("_:test", "_:test", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("_:test", "_:test", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("", "", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("", "", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) |
|
Pass | createDocumentType("_:_.", "", "") should work | Asserts runPass | assert_equals("_:_.", "_:_.", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("_:_.", "_:_.", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("", "", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("", "", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) | Pass | assert_equals("_:_.", "_:_.", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("_:_.", "_:_.", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("", "", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("", "", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) |
|
Pass | createDocumentType("_:a-", "", "") should work | Asserts runPass | assert_equals("_:a-", "_:a-", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("_:a-", "_:a-", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("", "", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("", "", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) | Pass | assert_equals("_:a-", "_:a-", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("_:a-", "_:a-", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("", "", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("", "", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) |
|
Pass | createDocumentType("l_:_", "", "") should work | Asserts runPass | assert_equals("l_:_", "l_:_", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("l_:_", "l_:_", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("", "", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("", "", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) | Pass | assert_equals("l_:_", "l_:_", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("l_:_", "l_:_", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("", "", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("", "", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) |
|
Pass | createDocumentType("ns:_0", "", "") should work | Asserts runPass | assert_equals("ns:_0", "ns:_0", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("ns:_0", "ns:_0", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("", "", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("", "", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) | Pass | assert_equals("ns:_0", "ns:_0", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("ns:_0", "ns:_0", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("", "", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("", "", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) |
|
Pass | createDocumentType("ns:a0", "", "") should work | Asserts runPass | assert_equals("ns:a0", "ns:a0", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("ns:a0", "ns:a0", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("", "", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("", "", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) | Pass | assert_equals("ns:a0", "ns:a0", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("ns:a0", "ns:a0", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("", "", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("", "", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) |
|
Pass | createDocumentType("ns0:test", "", "") should work | Asserts runPass | assert_equals("ns0:test", "ns0:test", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("ns0:test", "ns0:test", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("", "", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("", "", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) | Pass | assert_equals("ns0:test", "ns0:test", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("ns0:test", "ns0:test", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("", "", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("", "", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) |
|
Pass | createDocumentType("ns:EEE.", "", "") should work | Asserts runPass | assert_equals("ns:EEE.", "ns:EEE.", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("ns:EEE.", "ns:EEE.", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("", "", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("", "", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) | Pass | assert_equals("ns:EEE.", "ns:EEE.", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("ns:EEE.", "ns:EEE.", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("", "", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("", "", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) |
|
Pass | createDocumentType("ns:_-", "", "") should work | Asserts runPass | assert_equals("ns:_-", "ns:_-", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("ns:_-", "ns:_-", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("", "", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("", "", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) | Pass | assert_equals("ns:_-", "ns:_-", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("ns:_-", "ns:_-", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("", "", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("", "", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) |
|
Pass | createDocumentType("a.b:c", "", "") should work | Asserts runPass | assert_equals("a.b:c", "a.b:c", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("a.b:c", "a.b:c", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("", "", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("", "", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) | Pass | assert_equals("a.b:c", "a.b:c", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("a.b:c", "a.b:c", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("", "", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("", "", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) |
|
Pass | createDocumentType("a-b:c.j", "", "") should work | Asserts runPass | assert_equals("a-b:c.j", "a-b:c.j", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("a-b:c.j", "a-b:c.j", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("", "", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("", "", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) | Pass | assert_equals("a-b:c.j", "a-b:c.j", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("a-b:c.j", "a-b:c.j", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("", "", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("", "", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) |
|
Pass | createDocumentType("a-b:c", "", "") should work | Asserts runPass | assert_equals("a-b:c", "a-b:c", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("a-b:c", "a-b:c", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("", "", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("", "", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) | Pass | assert_equals("a-b:c", "a-b:c", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("a-b:c", "a-b:c", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("", "", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("", "", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) |
|
Pass | createDocumentType("foo", "", "") should work | Asserts runPass | assert_equals("foo", "foo", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("foo", "foo", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("", "", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("", "", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) | Pass | assert_equals("foo", "foo", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("foo", "foo", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("", "", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("", "", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) |
|
Pass | createDocumentType("1foo", "", "") should throw INVALID_CHARACTER_ERR | Asserts runPass | assert_throws_dom("INVALID_CHARACTER_ERR", function "function() { document.implementation.createDocumentType(qualifiedName, publicId, systemId) }")
at Test.<anonymous> ( /dom/nodes/DOMImplementation-createDocumentType.html:112:9) |
|
Pass | createDocumentType("foo1", "", "") should work | Asserts runPass | assert_equals("foo1", "foo1", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("foo1", "foo1", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("", "", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("", "", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) | Pass | assert_equals("foo1", "foo1", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("foo1", "foo1", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("", "", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("", "", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) |
|
Pass | createDocumentType("f1oo", "", "") should work | Asserts runPass | assert_equals("f1oo", "f1oo", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("f1oo", "f1oo", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("", "", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("", "", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) | Pass | assert_equals("f1oo", "f1oo", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("f1oo", "f1oo", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("", "", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("", "", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) |
|
Pass | createDocumentType("@foo", "", "") should throw INVALID_CHARACTER_ERR | Asserts runPass | assert_throws_dom("INVALID_CHARACTER_ERR", function "function() { document.implementation.createDocumentType(qualifiedName, publicId, systemId) }")
at Test.<anonymous> ( /dom/nodes/DOMImplementation-createDocumentType.html:112:9) |
|
Pass | createDocumentType("foo@", "", "") should throw INVALID_CHARACTER_ERR | Asserts runPass | assert_throws_dom("INVALID_CHARACTER_ERR", function "function() { document.implementation.createDocumentType(qualifiedName, publicId, systemId) }")
at Test.<anonymous> ( /dom/nodes/DOMImplementation-createDocumentType.html:112:9) |
|
Pass | createDocumentType("f@oo", "", "") should throw INVALID_CHARACTER_ERR | Asserts runPass | assert_throws_dom("INVALID_CHARACTER_ERR", function "function() { document.implementation.createDocumentType(qualifiedName, publicId, systemId) }")
at Test.<anonymous> ( /dom/nodes/DOMImplementation-createDocumentType.html:112:9) |
|
Pass | createDocumentType("edi:{", "", "") should throw INVALID_CHARACTER_ERR | Asserts runPass | assert_throws_dom("INVALID_CHARACTER_ERR", function "function() { document.implementation.createDocumentType(qualifiedName, publicId, systemId) }")
at Test.<anonymous> ( /dom/nodes/DOMImplementation-createDocumentType.html:112:9) |
|
Pass | createDocumentType("edi:}", "", "") should throw INVALID_CHARACTER_ERR | Asserts runPass | assert_throws_dom("INVALID_CHARACTER_ERR", function "function() { document.implementation.createDocumentType(qualifiedName, publicId, systemId) }")
at Test.<anonymous> ( /dom/nodes/DOMImplementation-createDocumentType.html:112:9) |
|
Pass | createDocumentType("edi:~", "", "") should throw INVALID_CHARACTER_ERR | Asserts runPass | assert_throws_dom("INVALID_CHARACTER_ERR", function "function() { document.implementation.createDocumentType(qualifiedName, publicId, systemId) }")
at Test.<anonymous> ( /dom/nodes/DOMImplementation-createDocumentType.html:112:9) |
|
Pass | createDocumentType("edi:'", "", "") should throw INVALID_CHARACTER_ERR | Asserts runPass | assert_throws_dom("INVALID_CHARACTER_ERR", function "function() { document.implementation.createDocumentType(qualifiedName, publicId, systemId) }")
at Test.<anonymous> ( /dom/nodes/DOMImplementation-createDocumentType.html:112:9) |
|
Pass | createDocumentType("edi:!", "", "") should throw INVALID_CHARACTER_ERR | Asserts runPass | assert_throws_dom("INVALID_CHARACTER_ERR", function "function() { document.implementation.createDocumentType(qualifiedName, publicId, systemId) }")
at Test.<anonymous> ( /dom/nodes/DOMImplementation-createDocumentType.html:112:9) |
|
Pass | createDocumentType("edi:@", "", "") should throw INVALID_CHARACTER_ERR | Asserts runPass | assert_throws_dom("INVALID_CHARACTER_ERR", function "function() { document.implementation.createDocumentType(qualifiedName, publicId, systemId) }")
at Test.<anonymous> ( /dom/nodes/DOMImplementation-createDocumentType.html:112:9) |
|
Pass | createDocumentType("edi:#", "", "") should throw INVALID_CHARACTER_ERR | Asserts runPass | assert_throws_dom("INVALID_CHARACTER_ERR", function "function() { document.implementation.createDocumentType(qualifiedName, publicId, systemId) }")
at Test.<anonymous> ( /dom/nodes/DOMImplementation-createDocumentType.html:112:9) |
|
Pass | createDocumentType("edi:$", "", "") should throw INVALID_CHARACTER_ERR | Asserts runPass | assert_throws_dom("INVALID_CHARACTER_ERR", function "function() { document.implementation.createDocumentType(qualifiedName, publicId, systemId) }")
at Test.<anonymous> ( /dom/nodes/DOMImplementation-createDocumentType.html:112:9) |
|
Pass | createDocumentType("edi:%", "", "") should throw INVALID_CHARACTER_ERR | Asserts runPass | assert_throws_dom("INVALID_CHARACTER_ERR", function "function() { document.implementation.createDocumentType(qualifiedName, publicId, systemId) }")
at Test.<anonymous> ( /dom/nodes/DOMImplementation-createDocumentType.html:112:9) |
|
Pass | createDocumentType("edi:^", "", "") should throw INVALID_CHARACTER_ERR | Asserts runPass | assert_throws_dom("INVALID_CHARACTER_ERR", function "function() { document.implementation.createDocumentType(qualifiedName, publicId, systemId) }")
at Test.<anonymous> ( /dom/nodes/DOMImplementation-createDocumentType.html:112:9) |
|
Pass | createDocumentType("edi:&", "", "") should throw INVALID_CHARACTER_ERR | Asserts runPass | assert_throws_dom("INVALID_CHARACTER_ERR", function "function() { document.implementation.createDocumentType(qualifiedName, publicId, systemId) }")
at Test.<anonymous> ( /dom/nodes/DOMImplementation-createDocumentType.html:112:9) |
|
Pass | createDocumentType("edi:*", "", "") should throw INVALID_CHARACTER_ERR | Asserts runPass | assert_throws_dom("INVALID_CHARACTER_ERR", function "function() { document.implementation.createDocumentType(qualifiedName, publicId, systemId) }")
at Test.<anonymous> ( /dom/nodes/DOMImplementation-createDocumentType.html:112:9) |
|
Pass | createDocumentType("edi:(", "", "") should throw INVALID_CHARACTER_ERR | Asserts runPass | assert_throws_dom("INVALID_CHARACTER_ERR", function "function() { document.implementation.createDocumentType(qualifiedName, publicId, systemId) }")
at Test.<anonymous> ( /dom/nodes/DOMImplementation-createDocumentType.html:112:9) |
|
Pass | createDocumentType("edi:)", "", "") should throw INVALID_CHARACTER_ERR | Asserts runPass | assert_throws_dom("INVALID_CHARACTER_ERR", function "function() { document.implementation.createDocumentType(qualifiedName, publicId, systemId) }")
at Test.<anonymous> ( /dom/nodes/DOMImplementation-createDocumentType.html:112:9) |
|
Pass | createDocumentType("edi:+", "", "") should throw INVALID_CHARACTER_ERR | Asserts runPass | assert_throws_dom("INVALID_CHARACTER_ERR", function "function() { document.implementation.createDocumentType(qualifiedName, publicId, systemId) }")
at Test.<anonymous> ( /dom/nodes/DOMImplementation-createDocumentType.html:112:9) |
|
Pass | createDocumentType("edi:=", "", "") should throw INVALID_CHARACTER_ERR | Asserts runPass | assert_throws_dom("INVALID_CHARACTER_ERR", function "function() { document.implementation.createDocumentType(qualifiedName, publicId, systemId) }")
at Test.<anonymous> ( /dom/nodes/DOMImplementation-createDocumentType.html:112:9) |
|
Pass | createDocumentType("edi:[", "", "") should throw INVALID_CHARACTER_ERR | Asserts runPass | assert_throws_dom("INVALID_CHARACTER_ERR", function "function() { document.implementation.createDocumentType(qualifiedName, publicId, systemId) }")
at Test.<anonymous> ( /dom/nodes/DOMImplementation-createDocumentType.html:112:9) |
|
Pass | createDocumentType("edi:]", "", "") should throw INVALID_CHARACTER_ERR | Asserts runPass | assert_throws_dom("INVALID_CHARACTER_ERR", function "function() { document.implementation.createDocumentType(qualifiedName, publicId, systemId) }")
at Test.<anonymous> ( /dom/nodes/DOMImplementation-createDocumentType.html:112:9) |
|
Pass | createDocumentType("edi:\\", "", "") should throw INVALID_CHARACTER_ERR | Asserts runPass | assert_throws_dom("INVALID_CHARACTER_ERR", function "function() { document.implementation.createDocumentType(qualifiedName, publicId, systemId) }")
at Test.<anonymous> ( /dom/nodes/DOMImplementation-createDocumentType.html:112:9) |
|
Pass | createDocumentType("edi:/", "", "") should throw INVALID_CHARACTER_ERR | Asserts runPass | assert_throws_dom("INVALID_CHARACTER_ERR", function "function() { document.implementation.createDocumentType(qualifiedName, publicId, systemId) }")
at Test.<anonymous> ( /dom/nodes/DOMImplementation-createDocumentType.html:112:9) |
|
Pass | createDocumentType("edi:;", "", "") should throw INVALID_CHARACTER_ERR | Asserts runPass | assert_throws_dom("INVALID_CHARACTER_ERR", function "function() { document.implementation.createDocumentType(qualifiedName, publicId, systemId) }")
at Test.<anonymous> ( /dom/nodes/DOMImplementation-createDocumentType.html:112:9) |
|
Pass | createDocumentType("edi:`", "", "") should throw INVALID_CHARACTER_ERR | Asserts runPass | assert_throws_dom("INVALID_CHARACTER_ERR", function "function() { document.implementation.createDocumentType(qualifiedName, publicId, systemId) }")
at Test.<anonymous> ( /dom/nodes/DOMImplementation-createDocumentType.html:112:9) |
|
Pass | createDocumentType("edi:<", "", "") should throw INVALID_CHARACTER_ERR | Asserts runPass | assert_throws_dom("INVALID_CHARACTER_ERR", function "function() { document.implementation.createDocumentType(qualifiedName, publicId, systemId) }")
at Test.<anonymous> ( /dom/nodes/DOMImplementation-createDocumentType.html:112:9) |
|
Pass | createDocumentType("edi:>", "", "") should throw INVALID_CHARACTER_ERR | Asserts runPass | assert_throws_dom("INVALID_CHARACTER_ERR", function "function() { document.implementation.createDocumentType(qualifiedName, publicId, systemId) }")
at Test.<anonymous> ( /dom/nodes/DOMImplementation-createDocumentType.html:112:9) |
|
Pass | createDocumentType("edi:,", "", "") should throw INVALID_CHARACTER_ERR | Asserts runPass | assert_throws_dom("INVALID_CHARACTER_ERR", function "function() { document.implementation.createDocumentType(qualifiedName, publicId, systemId) }")
at Test.<anonymous> ( /dom/nodes/DOMImplementation-createDocumentType.html:112:9) |
|
Pass | createDocumentType("edi:a ", "", "") should throw INVALID_CHARACTER_ERR | Asserts runPass | assert_throws_dom("INVALID_CHARACTER_ERR", function "function() { document.implementation.createDocumentType(qualifiedName, publicId, systemId) }")
at Test.<anonymous> ( /dom/nodes/DOMImplementation-createDocumentType.html:112:9) |
|
Pass | createDocumentType("edi:\"", "", "") should throw INVALID_CHARACTER_ERR | Asserts runPass | assert_throws_dom("INVALID_CHARACTER_ERR", function "function() { document.implementation.createDocumentType(qualifiedName, publicId, systemId) }")
at Test.<anonymous> ( /dom/nodes/DOMImplementation-createDocumentType.html:112:9) |
|
Pass | createDocumentType("{", "", "") should throw INVALID_CHARACTER_ERR | Asserts runPass | assert_throws_dom("INVALID_CHARACTER_ERR", function "function() { document.implementation.createDocumentType(qualifiedName, publicId, systemId) }")
at Test.<anonymous> ( /dom/nodes/DOMImplementation-createDocumentType.html:112:9) |
|
Pass | createDocumentType("}", "", "") should throw INVALID_CHARACTER_ERR | Asserts runPass | assert_throws_dom("INVALID_CHARACTER_ERR", function "function() { document.implementation.createDocumentType(qualifiedName, publicId, systemId) }")
at Test.<anonymous> ( /dom/nodes/DOMImplementation-createDocumentType.html:112:9) |
|
Pass | createDocumentType("'", "", "") should throw INVALID_CHARACTER_ERR | Asserts runPass | assert_throws_dom("INVALID_CHARACTER_ERR", function "function() { document.implementation.createDocumentType(qualifiedName, publicId, systemId) }")
at Test.<anonymous> ( /dom/nodes/DOMImplementation-createDocumentType.html:112:9) |
|
Pass | createDocumentType("~", "", "") should throw INVALID_CHARACTER_ERR | Asserts runPass | assert_throws_dom("INVALID_CHARACTER_ERR", function "function() { document.implementation.createDocumentType(qualifiedName, publicId, systemId) }")
at Test.<anonymous> ( /dom/nodes/DOMImplementation-createDocumentType.html:112:9) |
|
Pass | createDocumentType("`", "", "") should throw INVALID_CHARACTER_ERR | Asserts runPass | assert_throws_dom("INVALID_CHARACTER_ERR", function "function() { document.implementation.createDocumentType(qualifiedName, publicId, systemId) }")
at Test.<anonymous> ( /dom/nodes/DOMImplementation-createDocumentType.html:112:9) |
|
Pass | createDocumentType("@", "", "") should throw INVALID_CHARACTER_ERR | Asserts runPass | assert_throws_dom("INVALID_CHARACTER_ERR", function "function() { document.implementation.createDocumentType(qualifiedName, publicId, systemId) }")
at Test.<anonymous> ( /dom/nodes/DOMImplementation-createDocumentType.html:112:9) |
|
Pass | createDocumentType("#", "", "") should throw INVALID_CHARACTER_ERR | Asserts runPass | assert_throws_dom("INVALID_CHARACTER_ERR", function "function() { document.implementation.createDocumentType(qualifiedName, publicId, systemId) }")
at Test.<anonymous> ( /dom/nodes/DOMImplementation-createDocumentType.html:112:9) |
|
Pass | createDocumentType("$", "", "") should throw INVALID_CHARACTER_ERR | Asserts runPass | assert_throws_dom("INVALID_CHARACTER_ERR", function "function() { document.implementation.createDocumentType(qualifiedName, publicId, systemId) }")
at Test.<anonymous> ( /dom/nodes/DOMImplementation-createDocumentType.html:112:9) |
|
Pass | createDocumentType("%", "", "") should throw INVALID_CHARACTER_ERR | Asserts runPass | assert_throws_dom("INVALID_CHARACTER_ERR", function "function() { document.implementation.createDocumentType(qualifiedName, publicId, systemId) }")
at Test.<anonymous> ( /dom/nodes/DOMImplementation-createDocumentType.html:112:9) |
|
Pass | createDocumentType("^", "", "") should throw INVALID_CHARACTER_ERR | Asserts runPass | assert_throws_dom("INVALID_CHARACTER_ERR", function "function() { document.implementation.createDocumentType(qualifiedName, publicId, systemId) }")
at Test.<anonymous> ( /dom/nodes/DOMImplementation-createDocumentType.html:112:9) |
|
Pass | createDocumentType("&", "", "") should throw INVALID_CHARACTER_ERR | Asserts runPass | assert_throws_dom("INVALID_CHARACTER_ERR", function "function() { document.implementation.createDocumentType(qualifiedName, publicId, systemId) }")
at Test.<anonymous> ( /dom/nodes/DOMImplementation-createDocumentType.html:112:9) |
|
Pass | createDocumentType("*", "", "") should throw INVALID_CHARACTER_ERR | Asserts runPass | assert_throws_dom("INVALID_CHARACTER_ERR", function "function() { document.implementation.createDocumentType(qualifiedName, publicId, systemId) }")
at Test.<anonymous> ( /dom/nodes/DOMImplementation-createDocumentType.html:112:9) |
|
Pass | createDocumentType("(", "", "") should throw INVALID_CHARACTER_ERR | Asserts runPass | assert_throws_dom("INVALID_CHARACTER_ERR", function "function() { document.implementation.createDocumentType(qualifiedName, publicId, systemId) }")
at Test.<anonymous> ( /dom/nodes/DOMImplementation-createDocumentType.html:112:9) |
|
Pass | createDocumentType(")", "", "") should throw INVALID_CHARACTER_ERR | Asserts runPass | assert_throws_dom("INVALID_CHARACTER_ERR", function "function() { document.implementation.createDocumentType(qualifiedName, publicId, systemId) }")
at Test.<anonymous> ( /dom/nodes/DOMImplementation-createDocumentType.html:112:9) |
|
Pass | createDocumentType("f:oo", "", "") should work | Asserts runPass | assert_equals("f:oo", "f:oo", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("f:oo", "f:oo", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("", "", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("", "", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) | Pass | assert_equals("f:oo", "f:oo", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("f:oo", "f:oo", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("", "", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("", "", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) |
|
Pass | createDocumentType(":foo", "", "") should throw INVALID_CHARACTER_ERR | Asserts runPass | assert_throws_dom("INVALID_CHARACTER_ERR", function "function() { document.implementation.createDocumentType(qualifiedName, publicId, systemId) }")
at Test.<anonymous> ( /dom/nodes/DOMImplementation-createDocumentType.html:112:9) |
|
Pass | createDocumentType("foo:", "", "") should throw INVALID_CHARACTER_ERR | Asserts runPass | assert_throws_dom("INVALID_CHARACTER_ERR", function "function() { document.implementation.createDocumentType(qualifiedName, publicId, systemId) }")
at Test.<anonymous> ( /dom/nodes/DOMImplementation-createDocumentType.html:112:9) |
|
Pass | createDocumentType("prefix::local", "", "") should throw INVALID_CHARACTER_ERR | Asserts runPass | assert_throws_dom("INVALID_CHARACTER_ERR", function "function() { document.implementation.createDocumentType(qualifiedName, publicId, systemId) }")
at Test.<anonymous> ( /dom/nodes/DOMImplementation-createDocumentType.html:112:9) |
|
Pass | createDocumentType("foo", "foo", "") should work | Asserts runPass | assert_equals("foo", "foo", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("foo", "foo", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("foo", "foo", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("", "", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) | Pass | assert_equals("foo", "foo", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("foo", "foo", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("foo", "foo", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("", "", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) |
|
Pass | createDocumentType("foo", "", "foo") should work | Asserts runPass | assert_equals("foo", "foo", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("foo", "foo", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("", "", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("foo", "foo", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) | Pass | assert_equals("foo", "foo", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("foo", "foo", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("", "", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("foo", "foo", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) |
|
Pass | createDocumentType("foo", "f'oo", "") should work | Asserts runPass | assert_equals("foo", "foo", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("foo", "foo", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("f'oo", "f'oo", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("", "", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) | Pass | assert_equals("foo", "foo", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("foo", "foo", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("f'oo", "f'oo", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("", "", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) |
|
Pass | createDocumentType("foo", "", "f'oo") should work | Asserts runPass | assert_equals("foo", "foo", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("foo", "foo", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("", "", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("f'oo", "f'oo", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) | Pass | assert_equals("foo", "foo", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("foo", "foo", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("", "", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("f'oo", "f'oo", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) |
|
Pass | createDocumentType("foo", "f\"oo", "") should work | Asserts runPass | assert_equals("foo", "foo", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("foo", "foo", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("f\"oo", "f\"oo", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("", "", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) | Pass | assert_equals("foo", "foo", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("foo", "foo", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("f\"oo", "f\"oo", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("", "", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) |
|
Pass | createDocumentType("foo", "", "f\"oo") should work | Asserts runPass | assert_equals("foo", "foo", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("foo", "foo", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("", "", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("f\"oo", "f\"oo", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) | Pass | assert_equals("foo", "foo", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("foo", "foo", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("", "", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("f\"oo", "f\"oo", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) |
|
Pass | createDocumentType("foo", "f'o\"o", "") should work | Asserts runPass | assert_equals("foo", "foo", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("foo", "foo", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("f'o\"o", "f'o\"o", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("", "", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) | Pass | assert_equals("foo", "foo", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("foo", "foo", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("f'o\"o", "f'o\"o", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("", "", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) |
|
Pass | createDocumentType("foo", "", "f'o\"o") should work | Asserts runPass | assert_equals("foo", "foo", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("foo", "foo", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("", "", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("f'o\"o", "f'o\"o", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) | Pass | assert_equals("foo", "foo", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("foo", "foo", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("", "", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("f'o\"o", "f'o\"o", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) |
|
Pass | createDocumentType("foo", "foo>", "") should work | Asserts runPass | assert_equals("foo", "foo", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("foo", "foo", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("foo>", "foo>", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("", "", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) | Pass | assert_equals("foo", "foo", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("foo", "foo", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("foo>", "foo>", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("", "", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) |
|
Pass | createDocumentType("foo", "", "foo>") should work | Asserts runPass | assert_equals("foo", "foo", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("foo", "foo", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("", "", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("foo>", "foo>", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) | Pass | assert_equals("foo", "foo", "name")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:101:5) | Pass | assert_equals("foo", "foo", "nodeName")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:102:5) | Pass | assert_equals("", "", "publicId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:103:5) | Pass | assert_equals("foo>", "foo>", "systemId")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:104:5) | Pass | assert_equals(Document node with 2 children, Document node with 2 children, "ownerDocument")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:105:5) | Pass | assert_equals(null, null, "nodeValue")
at doTest ( /dom/nodes/DOMImplementation-createDocumentType.html:106:5) |
|