Searched refs:rootName (Results 1 - 25 of 81) sorted by relevance

1234

/external/webkit/LayoutTests/dom/html/level1/core/
H A Dhc_documentgetrootnode.js90 var rootName;
99 rootName = root.nodeName;
107 assertEquals("svgTagName","svg",rootName);
112 assertEqualsAutoCase("element", "docElemName","html",rootName);
/external/webkit/LayoutTests/dom/xhtml/level1/core/
H A Dhc_documentgetrootnode.js90 var rootName;
99 rootName = root.nodeName;
107 assertEquals("svgTagName","svg",rootName);
112 assertEqualsAutoCase("element", "docElemName","html",rootName);
/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A Dnodeisequalnode02.js97 var rootName;
108 rootName = docElem.tagName;
111 doc1 = domImpl.createDocument(rootNS,rootName,nullDocType);
112 doc2 = domImpl.createDocument(rootNS,rootName,nullDocType);
H A Dnodeissamenode10.js96 var rootName;
107 rootName = docElem.tagName;
110 newDoc = domImpl.createDocument(rootNS,rootName,nullDocType);
111 element = newDoc.createElementNS(rootNS,rootName);
H A Dnodereplacechild07.js95 var rootName;
104 rootName = docElem.tagName;
108 elem = doc.createElementNS(rootNS,rootName);
129 assertEquals("nodereplacechild07",rootName,nodeName);
H A Ddocumentadoptnode08.js96 var rootName;
105 rootName = docElem.tagName;
110 newDoc = domImpl.createDocument(rootNS,rootName,nullDocType);
H A Ddocumentadoptnode09.js96 var rootName;
105 rootName = docElem.tagName;
110 newDoc = domImpl.createDocument(rootNS,rootName,nullDocType);
H A Ddocumentadoptnode11.js97 var rootName;
106 rootName = docElem.tagName;
109 docType = domImpl.createDocumentType(rootName,nullPubID,nullSysID);
H A Ddocumentadoptnode31.js99 var rootName;
108 rootName = docElem.tagName;
113 newDoc = domImpl.createDocument(rootNS,rootName,nullDocType);
H A Ddocumentadoptnode33.js99 var rootName;
110 rootName = docElem.tagName;
113 newDoc = domImpl.createDocument(rootNS,rootName,nullDocType);
H A Ddocumentadoptnode34.js99 var rootName;
110 rootName = docElem.tagName;
113 newDoc = domImpl.createDocument(rootNS,rootName,nullDocType);
H A Ddocumentgetdocumenturi02.js95 var rootName;
106 rootName = docElem.tagName;
109 newDoc = domImpl.createDocument(rootNS,rootName,nullDocType);
H A Ddocumentgetdocumenturi03.js98 var rootName;
110 rootName = docElem.tagName;
112 newDoc = domImpl.createDocument(rootNS,rootName,nullDocType);
H A Ddocumentgetinputencoding02.js96 var rootName;
108 rootName = docElem.tagName;
110 newDoc = domImpl.createDocument(rootNS,rootName,nullDocType);
H A Ddocumentgetstricterrorchecking02.js95 var rootName;
106 rootName = docElem.tagName;
109 newDoc = domImpl.createDocument(rootNS,rootName,nullDocType);
H A Ddocumentgetxmlencoding02.js96 var rootName;
107 rootName = docElem.tagName;
110 newDoc = domImpl.createDocument(rootNS,rootName,nullDocType);
H A Ddocumentgetxmlstandalone02.js95 var rootName;
106 rootName = docElem.tagName;
109 newDoc = domImpl.createDocument(rootNS,rootName,nullDocType);
H A Ddocumentgetxmlversion02.js96 var rootName;
107 rootName = docElem.tagName;
110 newDoc = domImpl.createDocument(rootNS,rootName,nullDocType);
H A Ddocumentrenamenode21.js98 var rootName;
109 rootName = docElem.tagName;
112 newDoc = domImpl.createDocument(rootNS,rootName,nullDocType);
H A Ddocumentsetdocumenturi03.js98 var rootName;
109 rootName = docElem.tagName;
112 newDoc = domImpl.createDocument(rootNS,rootName,nullDocType);
H A Ddocumentsetxmlstandalone02.js96 var rootName;
107 rootName = docElem.tagName;
110 newDoc = domImpl.createDocument(rootNS,rootName,nullDocType);
H A Ddocumentsetxmlversion02.js96 var rootName;
107 rootName = docElem.tagName;
110 newDoc = domImpl.createDocument(rootNS,rootName,nullDocType);
H A Ddocumentsetxmlversion03.js96 var rootName;
107 rootName = docElem.tagName;
110 newDoc = domImpl.createDocument(rootNS,rootName,nullDocType);
H A Ddocumentsetxmlversion05.js95 var rootName;
106 rootName = docElem.tagName;
109 newDoc = domImpl.createDocument(rootNS,rootName,nullDocType);
H A Dnodecomparedocumentposition02.js99 var rootName;
108 rootName = docType.name;
111 newDocType = domImpl.createDocumentType(rootName,nullPubId,nullSysId);

Completed in 3292 milliseconds

1234